Parallel processes in PHP
PHP is neither a functional language, nor is made with threading support. Still, it’s possible to create parallel processes by using pcntl_* functions family. Some days ago I tried just to get something working, what uses parallel processes and can possible be extended to deal with time-consuming mathematical algorithms.
Continue reading over at dzone...
