fork, exec and wait on WINDOWS?

Radovan Garabik garabik-news at spam.melkor.dnp.fmph.uniba.sk
Wed Jan 31 05:04:45 EST 2001


Nigel W. Moriarty <NWMoriarty at lbl.gov> wrote:
 : I have an app that needs to run on UNIX and Windows.  I have the UNIX fork() and exec() setup but how doe one do a similar thing in Windows?

there is no fork for standard windows version of python, you 
can however compile (unix version of) python under cygwin and then 
you get fork.


-- 
 -----------------------------------------------------------
| Radovan Garabik http://melkor.dnp.fmph.uniba.sk/~garabik/ |
| __..--^^^--..__    garabik @ melkor.dnp.fmph.uniba.sk     |
 -----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!



More information about the Python-list mailing list