Re: newbie subprocess.Popen performance issues/questions

2010-06-15 Thread Chris Seberino
On Jun 15, 2:44 am, News123 wrote: > ChrisSeberinowrote: > > I tried to use subprocess.Popen to make my web app do a bunch of stuff > > in separate processes today.  It appeared like only the first one > > finished and/or the rest of the forked processes crashed. > First thing to do would be to s

Re: newbie subprocess.Popen performance issues/questions

2010-06-15 Thread News123
Chris Seberino wrote: > I tried to use subprocess.Popen to make my web app do a bunch of stuff > in separate processes today. It appeared like only the first one > finished and/or the rest of the forked processes crashed. > First thing to do would be to show us a little code and to look for the e

newbie subprocess.Popen performance issues/questions

2010-06-14 Thread Chris Seberino
I tried to use subprocess.Popen to make my web app do a bunch of stuff in separate processes today. It appeared like only the first one finished and/or the rest of the forked processes crashed. I only have around 300Mb. Is it possible that my subprocess.Popen code was swapping to disk so much th