Is the subprocess module thread-safe?

John Nagle nagle at animats.com
Sat Oct 27 14:15:44 EDT 2007


    Can the subprocess module be used to launch subprocesses from threads?
Or does the subprocess module affect the entire process context, like "fork"?
Or is this OS dependent?

    Also, if you launch processes from the subprocess module module and
don't wait them to complete, do zombies accumulate under UNIX/Linux?

					John Nagle



More information about the Python-list mailing list