Process forking on Windows
Andrew Robert
andrew.arobert at gmail.com
Wed May 17 11:33:06 EDT 2006
Hi everyone,
I have a python program that will need to interact with an MQSeries
trigger monitor.
It does this fine but it hogs the trigger monitor while it executes.
I'd like to fork the program off and terminate the parent process so
that the trigger monitor frees up.
Does anyone how this can be accomplished on a Windows platform?
I've looked at doing this via the subprocess module but this doesn't
look like the correct approach.
Any help you can provide would be greatly appreciated.
Thanks
More information about the Python-list
mailing list