Linked by David Adams on Thu 2nd Oct 2008 17:40 UTC
Thread beginning with comment 332260
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Comment by Elektronkind
by Morin on Thu 2nd Oct 2008 19:09
in reply to "Comment by Elektronkind"
> Seems like that would have been a better approach for Linux.
preap removes zombie processes, i.e. processes that have exited but whose exit status has not been collected yet. The article isn't about zombie processes though, but rather about processes that sleep indefinitely and uninterruptably in kernel mode.
RE: Comment by Elektronkind
by sbergman27 on Thu 2nd Oct 2008 19:26
in reply to "Comment by Elektronkind"






Member since:
2006-09-22
In Solaris you can just use the preap command to nail a zombie. Seems like that would have been a better approach for Linux.