Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
trumpdong
38 days ago
|
parent
|
context
|
favorite
| on:
Moving beyond fork() + exec()
The value is not needing to change every other syscall and not needing to write new ones with a pid argument (besides which, what when you want to change it to a pidfd argument? then you add pidfd_syscall instead of duplicating every syscall again)
uecker
38 days ago
[–]
I meant the value of running syscalls in another process from the parent process in contrast to (v)forking and running them in the child directly.
trumpdong
38 days ago
|
parent
[–]
The value is starting the child with a clean slate instead of a copy of its parent.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: