Hacker News new | ask | show | jobs
by JJMcJ 2530 days ago
The only way to run out of PIDs is not wait() properly, leading to zombie processes, or else some CGI processes time out and don't exit, so never reaped by a wait().