Multi-threaded PHP

OK so it isn't quite multi-threaded, but forking and controlling processes in the command line environment is still pretty powerful and something I've wanted to do on a couple of occasions.

http://brian.moonspot.net/php-fork

http://us.php.net/manual/en/book.pcntl.php

Read more