Distributing PHP processing with Gearman - PHP Classes blog
Gearman is a tool for distributing processing jobs over one or more machines.This article explains how to use Gearman in PHP applications to handle better the load of busy sites or applications that need to execute heavy jobs.
via phpclasses.org