Waiting for an external process
Mark Hammond
MHammond at skippinet.com.au
Fri Jul 2 23:34:38 EDT 1999
More information about the Python-list mailing list
Fri Jul 2 23:34:38 EDT 1999
- Previous message (by thread): Problem embedding C++ code
- Next message (by thread): Waiting for an external process
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Juan M. Gonzalez wrote in message <377D9E05.E4F91D2F at globalserve.net>... >Is there a better way to determine when an external process has finished >than using >win32process.CreateProcess / GetExitCodeProcess ? Depends what you mean by "better". Using win32process, it is possible to have an event set when the process terminates, which can avoid polling. Im not sure if this meets your definition of "better" tho - certainly not "simpler". Mark.
- Previous message (by thread): Problem embedding C++ code
- Next message (by thread): Waiting for an external process
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list