On Thu, Mar 6, 2014 at 9:27 AM, Larry Martell <larry.mart...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to