fork, exec and wait on WINDOWS?

Miki Tebeka tebeka at lycosmail.com
Wed Jan 31 04:31:16 EST 2001


Hello Nigel,

o AFAIK there is no fork in Windows. You need to use threads.
o If you install the win32 package you can use CreateProcess
o The os module has mane exec* functions which are also available on
Windows.


--
Bye.
----------------------------------------------------------------------------
--
Smile, damn it, smile.

lambda msg: {
 'name' : 'Miki Tebeka',
 'email' : 'tebeka at lycosmail.com',
 'homepage' : 'www.tebeka.freeservers.com',
 'quote' : "I don't suffer from insanity, I enjoy every minute of it."
}[msg]

"Nigel W. Moriarty" <NWMoriarty at lbl.gov> wrote in message
news:3A774C91.40835F30 at lbl.gov...
> 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?
>
> Nigel
>





More information about the Python-list mailing list