News Feed
Jobs Feed
Sections




News Archive
Kore Nordmann's Blog:
Native parallel PHP job queue
May 07, 2010 @ 14:40:29

Kore Nordmann has put together some scripts that will let you create a native parallel job queue using only PHP (and the PCTNL extension).

To make use of multiple cores for some rather long processing operations I needed a way to fork multiple workers from a single PHP script multiple times lately. So I created a small project on github which implements this in a way, so that it should reusable by anybody. This is far from being rocket science, but still might be useful to someone out there.

He uses the ShellJobProvider (extended from JobProvider) to handle the creation of the tasks. His simple example just spawns off a few echo statements and pushes the results to some files. You can get these libraries from hos github account. You'll need PHP 5.3 and the PCTNL extension installed to get it working.

0 comments voice your opinion now!
native parallel job queue pctnl


blog comments powered by Disqus

Similar Posts

Job Posting: Rapp Collins Worldwide (recruiter) Seeks Senior PHP Developer (Dallas, Tx)

Job Posting: Innova Computing Seeks Mid to Senior PHP Developer (Oklahoma City, OK)

Job Posting: FOX Interactive Media Seeks Senior Front End Web Developer (Brisbane, CA)

Job Posting: Ibuildings Seeks Test Engineer (Netherlands)

Job Posting: 65media Seeks PHP/MySQL Developer (Marina del Rey, CA)


Community Events









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


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

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