pilotftzi/net-gearman

There is no license information available for the latest version (dev-master) of this package.

Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-av

dev-master 2013-08-15 14:29 UTC

This package is not auto-updated.

Last update: 2024-04-23 02:36:19 UTC


README

Description

Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. This package provides an interface for PHP to communicate with the Gearman server.

Homepage

http://pear.php.net/package/Net_Gearman

Additionally

  1. Replaced all custom Exception on \Exception.

  2. Removed all require_once.

  3. Fixed coding standards by php-cs-fixer tool.