script uses up all memory

Chris Angelico rosuav at gmail.com
Wed Mar 5 17:39:47 EST 2014


On Thu, Mar 6, 2014 at 9:27 AM, Larry Martell <larry.martell at gmail.com> wrote:
> I have a script that forks off other processes and attempts to manage
> them. Here is a stripped down version of the script:
>
>         self.sleepTime = 300

That's not a stand-alone script. What environment is it running in?
Can you reproduce the problem outside of that environment?

Also: Can you simply use multiprocessing rather than going through all
the effort of subprocess.Popen?

ChrisA



More information about the Python-list mailing list