[Twisted-Python] Killing a process

Igor Kravtchenko igor at mekensleep.com
Thu Aug 17 07:50:22 MDT 2006


Hi,

I wondered last time what is the best way under Win32 to kill a process 
launched with:
reactor.spawnProcess()

os.kill() as documented here:
http://docs.python.org/lib/os-process.html#l2h-1676
only works under Macintosh and Unix.

Furthermore, spawnProcess() doesn't return any handle, process ID or 
anything
to deal with.

Any help or idea would be really appreciated,

Igor.





More information about the Twisted-Python mailing list