Hanging in IIS 5

Hi, I'm administering this application (written in C++ with ATL) running under IIS 5. Sometimes (the provider doesn't yet know why), it throws an unmanaged exception. So Windows kills the process. .

Windows Software 5498 This topic was started by ,



data/avatar/default/avatar37.webp

2 Posts
Location -
Joined 2005-01-20
Hi,
 
I'm administering this application (written in C++ with ATL) running under IIS 5. Sometimes (the provider doesn't yet know why), it throws an unmanaged exception. So Windows "kills" the process...well, watching the corresponding DLLHOST process with the Process Explorer, Windows unloads every dll loaded in the DLLHOST process, but it leaves the process "alive" with this files:
 
Unicode.nls
 
Locale.nls
 
 
Sortkey.nls
 
Sorttbls.nls
 
Ctype.nls
 
R000000000967.clb
 
The problem is that I've to kill the process with Task Manager, because even if I take the site down, IIS doesn't wipe this process. And what is the worst: IIS keeps receiving connections for this process, so if I didn't realize that the application was hung, connections keep increasing and lowering the server performance.
 
I would appreciate a hint about why Windows doesn't completely clean this DLLHOST process after the unmanaged exception.
 
 
Thanks,
 
Federico

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.