News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
PHPEverywhere:
Simple Easy Parallel Processing in PHP
September 10, 2008 @ 09:33:51

John Lim has a new blog post today sharing his method for simulating parallel processing inside of a PHP application.

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. Given that we were using a dual core server, each process would be able to run close to full speed (subject to I/O constraints).

He shows the two "jobs" files that just echo out the job name and the number of seconds it's been running and the "control.php" that makes use of streams (pointed at localhost) to start the jobs apart from the main script. Another function checks the stream resource to see if it gets an EOF from it and returns back the output.

0 comments voice your opinion now!
parallel processing tutorial stream job loop eof



Similar Posts

PHPit.net: Creating a PHP Settings Class

Alexander Netkachev's Blog: Practical PHP events: The Java way

DevShed: Handling Cookies and File Data with the Factory Pattern in PHP 5

Chris Hartjes' Blog: Tutorial: How to create a thread in vBulletin with a script

PHPBuilder.com: AJAX and PHP Part 3 - Post vs. Get Requests


Community Events







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


PHP5 security book zendframework zend developer mysql releases cakephp job code PEAR framework database release ajax conference package application example

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