I'm looking for a general overview of best practice to implement a "job allocation" system like Gearman using RabbitMQ messaging system.
So basically I'd have something reading the queue and forking? instances to run a job?开发者_JAVA百科
Any insight is appreciated.
I would recommend taking a look at Celery which does something like this. Google for Celery and RabbitMQ to get some links, or start here.
精彩评论