Hacker News new | ask | show | jobs
by sunshowers 605 days ago
Depends on the situation, but posix_spawn is really fast on Linux (much faster than the traditional fork/exec), and independent processes provide fault isolation boundaries.