zombie process

Computing Dictionary

zombie process definition

operating system
(Or "defunct process") A Unix process that has terminated (either because it has been killed by a signal or because it has called exit()) and whose parent process has not yet received notification of its termination by executing (some form of) the wait() system call.
A zombie process exists solely as a process table entry and consumes no other resources. This entry is retained to hold the child's exit status until the parent process wants to retrieve it. The parent can also be notified asynchronously via a signal of the child's termination.
Zombie processes can be seen in "ps" listings occasionally (with a status "Z" in some versions).
Compare orphan process.
(1997-10-08)

The Free On-line Dictionary of Computing, © Denis Howe 2010 http://foldoc.org
Cite This Source

00:10

00:09

00:08

00:07

00:06

00:05

00:04

00:03

00:02

00:01

Zombie process is always a great word to know.
So is slumgullion. Does it mean:
a scrap or morsel of food left at a meal.
a stew of meat, vegetables, potatoes, etc.
Dictionary.com, LLC. Copyright © 2012. All rights reserved.
  • Please Login or Sign Up to use the Recent Searches feature