[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

RE: [LI] runaway process



> Hi
>
> > Is a runaway process the same as Zombie process? If so, in linux is
> > there any way out to find such processes and kill them
> > manually/automatically?
>
> Runaway Process - One which goes out of control - into an infinite
> loop say / forking unlimited child processes (and hogs system
> resources)
>
> Zombie - One which executes at < a snail's speed and locks up yr
> system that way
NO, a zombie is already dead, only it's return code subsist in the   
process table,
waiting for his father to issue a wait on it.
>
> Both will die a horrible death when you use kill -9
NO, zombie will not, in fact they already are.

All this is fairly well explained, at least in the linux-admin-FAQ

pascal  
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.