News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
PHPClasses.org Blog:
Distributing PHP processing with Gearman
November 23, 2009 @ 12:58:10

On the PHPClasses blog there's a new post looking at using the Gearman framework with PHP via a PECL extension.

Gearman is a generic framework to distribute processing jobs to separate processes in the same machine or other machines in a cluster. It allows your application to perform tasks in parallel, balance the processing load, and even invoke code written in other languages. The "Gearman" word is an anagram of "manager". Its purpose is solely to dispatch jobs that need to be executed, but Gearman just by itself does not do anything useful.

In his example he sets up a simple "Hello World" processing queue including the command line to start up the Gearman server and the PHP you'll need to push in a request, grab the status and see the percentage of it that's been completed.

0 comments voice your opinion now!
distributed processing gearman



Similar Posts

Sebastian Bergmann's Blog: Distributed Testing with PHPUnit 3.1

PHPClasses.org Blog: Distributing PHP processing with Gearman

KillerPHP.com: Video - Processing Forms with PHP (Part 1)

KillerPHP Blog: PHP Video: Processing Forms with PHP - part 2

Sebastian Bergmann's Blog: Distributed Testing with PHPUnit 3.1


Community Events









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


security phpunit windows microsoft opinion job symfony wordpress doctrine codeigniter developer performance drupal facebook release zendframework zend framework conference extension

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