News Feed
Jobs Feed
Sections




News Archive
John Lim's Blog:
Parallel Processing in PHP
September 22, 2008 @ 08:47:14

John Lim has two new posts covering parallel processing in PHP and how to use this "divide and conquer" idea to not only speed up your code but to make it more maintainable down the road.

In the first post:

One problem we were having is that some of our batch processing jobs were taking too long to run. In order to speed the processing, we tried to split the processing file into half, and let a separate PHP process run each job. [...] Here is our technique for running multiple parallel jobs in PHP. In this example, we have two job files: j1.php and j2.php we want to run.

The code is included for the job files and the "controller" that manages them. In the second article, he builds on this and shows a more practical example - finding the median of a set of records out of a database.

0 comments voice your opinion now!
parallel processing tutorial divide conquer


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend_Acl / Zend_Auth example scenario

Stefan Mischook's Blog: A Quick Look at Dreamweaver CS4 and the PHP Toolset

PHPMaster.com: Creating Web Services with PHP and SOAP, Part 1

NetTuts.com: Zend Framework from Scratch - Models and Integrating Doctrine ORM

Developer.com: Sending Email with PHP


Community Events









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


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

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