Re: Processes not exiting

2009-08-10 Thread MRAB
ma3mju wrote: On 7 Aug, 16:02, MRAB wrote: ma3mju wrote: On 3 Aug, 09:36, ma3mju wrote: On 2 Aug, 21:49, Piet van Oostrum wrote: MRAB (M) wrote: M> I wonder whether one of the workers is raising an exception, perhaps due M> to lack of memory, when there are large number of jobs to proces

Re: Processes not exiting

2009-08-10 Thread ma3mju
On 7 Aug, 16:02, MRAB wrote: > ma3mju wrote: > > On 3 Aug, 09:36, ma3mju wrote: > >> On 2 Aug, 21:49, Piet van Oostrum wrote: > > MRAB (M) wrote: > M> I wonder whether one of the workers is raising an exception, perhaps > due > M> to lack of memory, when there are large

Re: Processes not exiting

2009-08-07 Thread MRAB
ma3mju wrote: On 3 Aug, 09:36, ma3mju wrote: On 2 Aug, 21:49, Piet van Oostrum wrote: MRAB (M) wrote: M> I wonder whether one of the workers is raising an exception, perhaps due M> to lack of memory, when there are large number of jobs to process. But that wouldn't prevent the join. And y

Re: Processes not exiting

2009-08-07 Thread ma3mju
On 3 Aug, 09:36, ma3mju wrote: > On 2 Aug, 21:49, Piet van Oostrum wrote: > > > > MRAB (M) wrote: > > >M> I wonder whether one of the workers is raising an exception, perhaps due > > >M> to lack of memory, when there are large number of jobs to process. > > > But that wouldn't prevent the jo

Re: Processes not exiting

2009-08-07 Thread ma3mju
On 3 Aug, 09:36, ma3mju wrote: > On 2 Aug, 21:49, Piet van Oostrum wrote: > > > > MRAB (M) wrote: > > >M> I wonder whether one of the workers is raising an exception, perhaps due > > >M> to lack of memory, when there are large number of jobs to process. > > > But that wouldn't prevent the jo

Re: Processes not exiting

2009-08-03 Thread ma3mju
On 2 Aug, 21:49, Piet van Oostrum wrote: > > MRAB (M) wrote: > >M> I wonder whether one of the workers is raising an exception, perhaps due > >M> to lack of memory, when there are large number of jobs to process. > > But that wouldn't prevent the join. And you would probably get an > exceptio

Re: Processes not exiting

2009-08-02 Thread Piet van Oostrum
> MRAB (M) wrote: >M> I wonder whether one of the workers is raising an exception, perhaps due >M> to lack of memory, when there are large number of jobs to process. But that wouldn't prevent the join. And you would probably get an exception traceback printed. I wonder if something fishy is

Re: Processes not exiting

2009-08-02 Thread MRAB
ma3mju wrote: On 2 Aug, 15:48, ma3mju wrote: On 31 July, 11:34, MRAB wrote: ma3mju wrote: Hi all, I'm having trouble with multiprocessing I'm using it to speed up some simulations, I find for large queues when the process reaches the poison pill it does not exit whereas for smaller queues

Re: Processes not exiting

2009-08-02 Thread ma3mju
On 2 Aug, 15:48, ma3mju wrote: > On 31 July, 11:34, MRAB wrote: > > > > > ma3mju wrote: > > > Hi all, > > > > I'm having trouble with multiprocessing I'm using it to speed up some > > > simulations, I find for large queues when the process reaches the > > > poison pill it does not exit whereas fo

Re: Processes not exiting

2009-08-02 Thread ma3mju
On 31 July, 11:34, MRAB wrote: > ma3mju wrote: > > Hi all, > > > I'm having trouble with multiprocessing I'm using it to speed up some > > simulations, I find for large queues when the process reaches the > > poison pill it does not exit whereas for smaller queues it works > > without any problems

Re: Processes not exiting

2009-08-02 Thread ma3mju
On 31 July, 11:27, Piet van Oostrum wrote: > > ma3mju (m) wrote: > >m> Hi all, > >m> I'm having trouble with multiprocessing I'm using it to speed up some > >m> simulations, I find for large queues when the process reaches the > >m> poison pill it does not exit whereas for smaller queues it w

Re: Processes not exiting

2009-07-31 Thread MRAB
ma3mju wrote: Hi all, I'm having trouble with multiprocessing I'm using it to speed up some simulations, I find for large queues when the process reaches the poison pill it does not exit whereas for smaller queues it works without any problems. Has anyone else had this trouble? Can anyone tell m

Re: Processes not exiting

2009-07-31 Thread Piet van Oostrum
> ma3mju (m) wrote: >m> Hi all, >m> I'm having trouble with multiprocessing I'm using it to speed up some >m> simulations, I find for large queues when the process reaches the >m> poison pill it does not exit whereas for smaller queues it works >m> without any problems. Has anyone else had th

Re: Processes not exiting

2009-07-31 Thread ma3mju
Sorry ###fortran call### is meant to be ###fortran call### Matt -- http://mail.python.org/mailman/listinfo/python-list

Processes not exiting

2009-07-31 Thread ma3mju
Hi all, I'm having trouble with multiprocessing I'm using it to speed up some simulations, I find for large queues when the process reaches the poison pill it does not exit whereas for smaller queues it works without any problems. Has anyone else had this trouble? Can anyone tell me a way around i