Popen

Piet van Oostrum piet at cs.uu.nl
Fri Jul 24 11:17:56 EDT 2009


>>>>> Tim <timlee126 at yahoo.com> (T) wrote:

>T> Hi,
>T> I wonder if I use Popen, the parent process will wait for the child process to finish or continue without waiting?
>T> Thanks and regards!

Only if you use Popen.wait(),  Popen.communicate() or something similar
like os.waitpid(), subprocess.call()
      

-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org



More information about the Python-list mailing list