in reply to Re: How do I kill a process tree in Windows
in thread How do I kill a process tree in Windows
I'm still kind of hoping there's a good Perl solution out there so I don't have to be starting up external processes in a SIGINT handler. I took a second look at Proc::Killfam just in case it might work under Windows even if it isn't available via ppm. There seems to be some Cygwin compatibility in Proc::ProcessTable (which Proc::Killfam uses to figure out what processes need to be killed), but I don't know if that translates into Windows compatibility for P::K. I'm thinking not.
--DrWhy
"If God had meant for us to think for ourselves he would have given us brains. Oh, wait..."
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How do I kill a process tree in Windows
by Anonymous Monk on Aug 18, 2005 at 21:10 UTC | |
Re^3: How do I kill a process tree in Windows
by ZlR (Chaplain) on Aug 19, 2005 at 15:36 UTC | |
by DrWhy (Chaplain) on Aug 19, 2005 at 17:00 UTC | |
Re^3: How do I kill a process tree in Windows
by Eyck (Priest) on Aug 20, 2005 at 07:17 UTC |