Hacker News new | ask | show | jobs
by pabs3 1423 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?