On Wed, 30 Jul 2008 01:56:28 -0300, Gabriel Genellina wrote: > You should call os.waitpid() after killing the child process, to let the > OS free the resources allocated to it. >
The subprocess.Popen object supports a 'wait' method directly. -- http://mail.python.org/mailman/listinfo/python-list