Y
Hacker News
new
|
ask
|
show
|
jobs
by
uecker
4 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.
1 comments
trumpdong
4 days ago
The value is starting the child with a clean slate instead of a copy of its parent.
link