>>>>> Tim <timlee...@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 <p...@cs.uu.nl>
URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4]
Private email: p...@vanoostrum.org
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to