Re: A matter of queues, tasks and multiprocessing

2010-11-12 Thread John Nagle
On 11/12/2010 12:18 PM, John Nagle wrote: On 11/10/2010 9:25 AM, Emanuele D'Arrigo wrote: Greetings everybody, I've tried to come up with this message for a couple of weeks now and it doesn't look like I'm getting any clearer in my thoughts so I decided that it's probably best to take the plung

Re: A matter of queues, tasks and multiprocessing

2010-11-12 Thread John Nagle
On 11/10/2010 9:25 AM, Emanuele D'Arrigo wrote: Greetings everybody, I've tried to come up with this message for a couple of weeks now and it doesn't look like I'm getting any clearer in my thoughts so I decided that it's probably best to take the plunge and ask you guys to kindly throw me a rop

Re: A matter of queues, tasks and multiprocessing

2010-11-12 Thread Emanuele D'Arrigo
On Nov 11, 3:13 pm, Tim Golden wrote: > Try Celery > >    http://ask.github.com/celery/getting-started/introduction.html Thank you Tim, looks very interesting! Manu -- http://mail.python.org/mailman/listinfo/python-list

Re: A matter of queues, tasks and multiprocessing

2010-11-11 Thread Tim Golden
On 11/11/2010 14:04, Emanuele D'Arrigo wrote: On Nov 10, 9:19 pm, "danmcle...@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 an

Re: A matter of queues, tasks and multiprocessing

2010-11-11 Thread Emanuele D'Arrigo
On Nov 10, 9:19 pm, "danmcle...@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. Wh

Re: A matter of queues, tasks and multiprocessing

2010-11-10 Thread danmcle...@yahoo.com
If you are using Python 2.6 or greater, look into the multiprocessing module. It may contain 90% of what you need. -- http://mail.python.org/mailman/listinfo/python-list

A matter of queues, tasks and multiprocessing

2010-11-10 Thread Emanuele D'Arrigo
Greetings everybody, I've tried to come up with this message for a couple of weeks now and it doesn't look like I'm getting any clearer in my thoughts so I decided that it's probably best to take the plunge and ask you guys to kindly throw me a rope... What I'm trying to come up with is some kind