No, a zombie is a terminated child process that has not been reaped with a wait*() call.(As you know, If a child terminates before parent, the parent will be "zombie")
This is a discussion on CreateProcess within the Linux Programming forums, part of the Platform Specific Boards category; (As you know, If a child terminates before parent, the parent will be "zombie") No, a zombie is a terminated ...
No, a zombie is a terminated child process that has not been reaped with a wait*() call.(As you know, If a child terminates before parent, the parent will be "zombie")
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
On Unix and Unix-like operating systems, a zombie process or defunct process is a process that has completed execution but still has an entry in the process table. A zombie process is not the same as an orphan process. An orphan process is a process that is still executing, but whose parent has died
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.