WIndows process table and process image.
- From: "Chris" <chrisforng@xxxxxxxxxxxxxxxx>
- Date: Thu, 8 Jun 2006 16:08:13 -0700
Hi,
Please help me understand how Windows process is managed.
My application uses some utility programs such as nslookup and dnscmd.
Fo some cases my application needs to kill those child process by calling
TerminateProcess().
Here is something I cannot understand, after killing a process why the
process is still in process table but its image is gone?
I used Process explorer to check, the process is listed but its image does
not exist.
I tried windbg to connect to the process but windbg told me the process
image is not there.
The process does hold some file handles so its current directory cannot be
removed.
Is there a zambie process in Windows as unix? I cannot find any documents
about Windows Zambie processes.
Thanks,
Chris
.
- Follow-Ups:
- Update: WIndows process table and process image.
- From: Chris
- Re: WIndows process table and process image.
- From: Ivan Brugiolo [MSFT]
- Update: WIndows process table and process image.
- Prev by Date: Re: How many physical disk in local machine?
- Next by Date: Re: WIndows process table and process image.
- Previous by thread: Script Language Threading
- Next by thread: Re: WIndows process table and process image.
- Index(es):
Relevant Pages
|