|
Gearman is a job server that allows computational tasks to run in parallel across multiple computers.
This PECL extension allows PHP developers to control process flow inside a Gearman server, controlling clients and workers handling jobs and task queues.
This library is a wrapper around the libgearman C library. A pure PHP solution is available via the PHP PEAR package Net_Gearman.
Requirements:
· Gearman 1.1 or higher
· PHP 5.1 or higher
What's New in This Release: [ read full changelog ]
· Updated README with new libgearman requirements.
· Added explicit check for >= libgearman-1.1.0.
· Fixed PECL.
· Added support for gearman_client_unique_status() method.
Via: Gearman PHP Extension 1.1.1
0 Comment:
Post a Comment