A matter of queues, tasks and multiprocessing
Emanuele D'Arrigo
manu3d at gmail.com
Thu Nov 11 09:04:33 EST 2010
More information about the Python-list mailing list
Thu Nov 11 09:04:33 EST 2010
- Previous message (by thread): A matter of queues, tasks and multiprocessing
- Next message (by thread): A matter of queues, tasks and multiprocessing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. Thanks again! Manu
- Previous message (by thread): A matter of queues, tasks and multiprocessing
- Next message (by thread): A matter of queues, tasks and multiprocessing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list