As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m looking for a general overview of best practice to implement a \"job allocation\" system like Gearman using RabbitMQ messaging system.
I have a number of Gearman workers running constantly, saving things like records of user page views, etc.Occasionally, I\'ll update the PHP code that is used by the Gearman workers.In order to get th
I did some reading about Gearman and i am wondering if it can be used as a worker pool for background processing. I am interested in a PHP worker pool with the following properties: