parallel/concurrent process in python

cgoldberg cgoldberg at gmail.com
Tue Mar 10 14:20:52 EDT 2009


> Why not use os.fork(), it is the same as C's fork?

os.fork is not cross platform.  It is *nix only.  Subprocess runs on
Windows also.  The OP never specified his platform.

-Corey



More information about the Python-list mailing list