开发者

Building gearman type application using RabbitMQ

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜