News Feed
Jobs Feed
Sections




News Archive
David Müller's Blog:
Parallel processing in PHP
March 31, 2011 @ 13:41:37

In a recent post to his blog David Müller has taken a look at parallel processing in PHP using a few different methods - system calls, fork, and curl.

Since PHP does not offer native threads, we have to get creative to do parallel processing. I will introduce 3 fundamentally different concepts to emulate multithreading as good as possible.

For each of the technologies mentioned above, he provides a simple bit of sample code that does simple tasks like echoing out strings and writing to files. He also includes some benchmarks (take them with a grain of salt) of the three different methods showing how many iterations they could run through in ten seconds. He includes the benchmarking script if you'd like to try it out yourself.

0 comments voice your opinion now!
parallel processing tutorial system fork curl benchmark


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Zend Framework Tutorial (Update)

ProDevTips.com: Trackbacks with Google Blog Search and Zend Feed

Brian Nelson's Blog: Writing A Reverse Proxy in PHP5

Rob Allen's Blog: Zend Framework Tutorial for 0.7

Brandon Savage: Compiling PHP 5.5 From Scratch


Community Events











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


opinion interview google functional introduction series conference podcast framework release database phpunit development language community symfony2 testing rest zendframework2 usergroup

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