[Seaside] Killing Seaside (and Squeak in general) without 'ps '

Pennell, David DPennell at quallaby.com
Wed Aug 20 17:46:28 CEST 2003


Its not uncommon for Unix daemons to write their PID to a well-know file.
Then you can kill it with:
kill -9 `cat mypidfile`

-david

> -----Original Message-----
> From: Julian Fitzell [mailto:julian at beta4.com] 
> Sent: Thursday, August 07, 2003 1:22 PM
> To: The Squeak Enterprise Aubergines Server - general discussion.
> Subject: Re: [Seaside] Killing Seaside (and Squeak in 
> general) without 'ps'
> 
> 
> When you background a process it will give you the PID.  If 
> you write it 
> down you could use it later to kill the process.  Not a very nice 
> solution though - not having access to ps is pretty lame.
> 
> Julian
> 
> Derek Brans wrote:
> > Suppose you don't have access to 'ps' on a linux machine.  Is there 
> > any
> > way to start and then kill Squeak later?
> >  
> 
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
> 


More information about the Seaside mailing list