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.