
Gearman is a system to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to load balance lots of functions calls, or to call functions between languages.
This package contains a Python implementation of the Gearman protocol, allowing Python scripts to send and receive Gearman jobs.