Popen

T

Tim

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

Piet van Oostrum

Tim said:
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()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,120
Latest member
ShelaWalli
Top