On Tue, May 19, 2015 at 8:44 AM, Cecil Westerhof <ce...@decebal.nl> wrote:
> I looked at the documentation. Is it necessary to do a:
>     p.wait()
> afterwards?

It's good practice to clean up zombie processes by waiting on them,
but they will also get cleaned up when your script exits.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to