News Feed
Jobs Feed
Sections




News Archive
Perplexed Labs Blog:
PHP Forking to Concurrency with pcntl_fork()
March 10, 2010 @ 13:05:59

On the Perplexed Labs blog there's a recent post looking at how to fork processes in PHP with the help of the pcntl_fork function and the process management extension.

Let's say you want to take advantage of more than one core for a given process. Perhaps it performs many intensive computations and on a single core would take an hour to run. Since a PHP process is single threaded you won't optimally take advantage of the available multi-core resources you may have. Fortunately, via the Process Control (PCNTL) extension, PHP provides a way to fork new child processes.

He gives a quick snippet of code showing how to spawn off a few new processes, get their process IDs and watches a max number of children until one dies (then starts another).

0 comments voice your opinion now!
process control extension tutorial concurrency pcntlfork


blog comments powered by Disqus

Similar Posts

NETTUTS.com: A Beginner’s Introduction to HTTP and REST

Brandon Savage's Blog: Exceptional PHP: Nesting Exceptions In PHP

PHPBuilder.com: Creating an RSS Aggregator with the PHP SimplePie Library

DevShed: Using PDO Objects in PHP 5 - Using the PDO extension

DevShed: Using the Memento Pattern with a File Reading Class


Community Events











Don't see your event here?
Let us know!


development unittest example introduction conference object testing series framework tool language release code functional zendframework2 interview community composer podcast opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework