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)

CSS-Tricks.com: PHP for Beginners: Building Your First Simple CMS

IBM developerWorks: Building the DB2 Health Monitor Sample Application for PHP (Part 2)

PHPBuilder.com: Use jQuery to Build a Newsletter Subscription Popup with a MySQL/PHP Backend

VideoPHPBlog.com: Create your own MVC


Community Events











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


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

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