Top Level :: Networking

Package Information: Net_Gearman

» Summary » License
A PHP interface to Gearman New BSD License
» Current Release » Bug Summary
0.2.3 (alpha) was released on 2009-04-22 by jstump (Changelog)
Easy Install

Not sure? Get more info.

pear install Net_Gearman

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Net_Gearman

No open bugs
Report a new bug to Net_Gearman
» 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.
» Maintainers » More Information

Dependencies for Net_Gearman