[Tutor] Multithreading with Python on a Windows Machine

stjfunai@netzero.com stjfunai@netzero.com
Fri Feb 7 20:48:26 2003


I tried to run the multithread example that came with Pyro 3.1.  The client wouldn't run because apparently the fork function from the os module is not supported on Windows.  I'd like to know if there is a comparable Windows-supported function available, or if there is another way to fork child processes.  

Thanks.