A matter of queues, tasks and multiprocessing

Tim Golden mail at timgolden.me.uk
Thu Nov 11 09:13:34 EST 2010


On 11/11/2010 14:04, Emanuele D'Arrigo wrote:
> On Nov 10, 9:19 pm, "danmcle... at yahoo.com"<danmcle... at yahoo.com>
> wrote:
>> If you are using Python 2.6 or greater, look into the multiprocessing
>> module. It may contain 90% of what you need.
>
> Thank you Dan, indeed the multi-processing module has been my first
> port of call and indeed it has all the basic ingredients. What I'm
> looking for is an higher-level architecture built on the multi-
> processing and the multi-threading modules.

Try Celery

   http://ask.github.com/celery/getting-started/introduction.html

TJG



More information about the Python-list mailing list