Did you guys see
http://www.haystack.mit.edu/cgi-bin/millstone_viewcvs.cgi/prototypes/Modules/ProcessGroup/?

I don't mind a solution that does "ps -ef" and follows that with a
"os.kill" AND
kill -9" as is being done here in the code (at least we should use
that on Unix'es.)

-- dims

On Thu, 13 Jan 2005 12:27:18 +0100, Leo Simons <[EMAIL PROTECTED]> wrote:
> If we implement a global lock to prevent concurrent builds we can do some
> "grep" and "killall" to automate the stuff we do manually every now and
> then. I dunno. I concur that doing this in python tends to suck.
> 
> - LSD
> 
> 
> On 12-01-2005 20:05, "Adam R. B. Jack" <[EMAIL PROTECTED]> wrote:
> >  I believe this is a Python Gump message. I've fought (and fought, and
> > re-written, and fought) Python here. Trying to get a portable/workable 'kill
> > off spawn' has failed. I've read documentation, I've read cookbooks, nothing
> > seems to give what we need -- i.e. kill off grandchild processes.
> >
> > All inputs welcomed.
> >
> > regards
> >
> > Adam
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to