views:

277

answers:

1

Hi,

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?

Any insight is appreciated.

+2  A: 

@kayInn 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: http://delicious.com/alexisrichardson/rabbitmq+celery

Cheers

alexis

alexis