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.
This presentation is suspect - the Pure Perl Gearman module does not work very well at all; fails completely on recent version of Gearman in my experience. Always use Gearman::XS.
Cool. I've been using Gearman for a project for a while now, but wasn't aware I could use telnet to retrieve its status.
ResponderEliminarThis presentation is suspect - the Pure Perl Gearman module does not work very well at all; fails completely on recent version of Gearman in my experience. Always use Gearman::XS.
ResponderEliminar