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
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
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