Hacker News new | ask | show | jobs
by nitwit005 2627 days ago
These days, you can usually start a process without forking through posix_spawn/vfork. Although, I gather some servers still do it so they can set the current working directory more easily.