Hi all,

Thanks a lot for the replies. I set up Celery and RabbitMQ and got the
tutorial examples running nicely.

I'm not really convinced that I want to ship executable task objects
across a queue. I had pictured sending a blob of parameters as a
dictionary or JSON object. And, I pictured the workers as being a
little more purpose specific, for example loading up big chunks of
data that will be used for all tasks.

Maybe I should use just RabbitMQ by itself. Or, I might have to go
back to the drawing board and think some more.


-chris

Reply via email to