Comment by uecker
11 hours 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.
11 hours 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.
The value is starting the child with a clean slate instead of a copy of its parent.