Why doesn't PHP pcntl_fork run more than two child processes in parallel? – PHP Versions
I understand how fork() works at a high level and the pcntl_fork() wrapper, but for some reason in my environment PHP only runs two child processes at a time. Take for example this simple code: <?php for ($i = 1;…