Does `parent` provide any advantage over running `exec`?
Open
- Dominant language
- Go
- Stars
- 14
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
I recently learned about Caddy and I'm evaluating it.
I noticed it uses this `parent` utility in places where I would expect `exec` to be used.
The documentation does not mention what advantage `parent` has over `exec`. A disadvantage is certainly increased complexity and one extra process running, but I fail to see the pros here. IMHO documenting them in the README would be great.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.