Gearman is a job server that allows computational tasks to run in parallel across multiple computers.
The Net_Gearman PEAR package allows PHP developers to control process flow inside a Gearman server, controlling clients and workers handling jobs and task queues.
This library is actually a pure PHP API for Gearman. Unlike the Gearman PHP Extension, which is a wrapper around the libgearman C library.
Requirements:
· PHP 5.1 or higher
What's New in This Release: [ read full changelog ]
· Updated JSON usage to work with PHP 5.2.9.