gearman

Distributed job queue and application framework for parallel work

brewmacoslinux
Try with needOr install directly
Source

About

Application framework to farm out work to other machines or processes

Commands

gearmandgearman

Examples

Start the Gearman job server daemon$ gearmand -d
Submit a job to the Gearman server$ gearman -f function_name -- arg1 arg2
Run a worker to handle jobs for a specific function$ gearman -w -f function_name -- /path/to/worker/script