Re: subprocess.Popen(cmd) question

2007-08-10 Thread WolfgangZ
WolfgangZ schrieb: > Hello, > > I'm starting some subprocesses inside a loop. The processes run > independent and dont need any communication between each other. Due to > memory issues I need to limit the number of running processes to around > 10. How can I insert a break into my loop to wait

Re: subprocess.Popen(cmd) question

2007-08-10 Thread Peter Otten
WolfgangZ wrote: > I'm starting some subprocesses inside a loop. The processes run > independent and dont need any communication between each other. Due to > memory issues I need to limit the number of running processes to around > 10. How can I insert a break into my loop to wait until some proce