Hacker News new | ask | show | jobs
by pabs3 1376 days ago
> fork() + exec() means the executed binary inherits a lot of state from the caller.

Does Linux have process spawning that doesn't have this problem?