DLLHOST.exe

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I have a Win 2000 server running a database application
and every few days the DLLHOST.exe process will start
consuming all the processing power of the server causing
the application to be unresponsive. We stop the process
and the application will be back to normal for a few days
again. The data base used SQL. What is causing this?
Bill
 
It sounds as if sessions are be abandoned either thru
errors or users doing improper exits, worse case is a
memory leak in your app.
 
How do I go about toubleshooting this?
Bill
-----Original Message-----
It sounds as if sessions are be abandoned either thru
errors or users doing improper exits, worse case is a
memory leak in your app.
.
 
I have a Win 2000 server running a database application
and every few days the DLLHOST.exe process will start
consuming all the processing power of the server causing
the application to be unresponsive. We stop the process
and the application will be back to normal for a few days
again. The data base used SQL. What is causing this?
Bill

What directory is the DLLHOST.exe file located in? The Nachi worm will place
an errant DLLHOST.exe file in the /winnt/system32/wins directory.

bill
 
-----Original Message-----


What directory is the DLLHOST.exe file located in? The Nachi worm will place
an errant DLLHOST.exe file in the /winnt/system32/wins directory.

bill
--
William M. Smith
(Microsoft Interop MVP)
Talk back to Microsoft!
http://register.microsoft.com/mswish/suggestion.asp

.
I did a search and found DLLHOST.exe in the
C:/winnt/system32. I this the correct location of this
file or caused by the Nachi worm?

Bill
 
C:/winnt/system32. I this the correct location of this
file or caused by the Nachi worm?

Hi Bill!

That file is OK. But it should never appear in C:/winnt/system32/wins.

bill
 
I'm having the same problem... seems at least a handfull of people ar
since the latest MS patch.

I've done multiple scans for viruses from different vendors, and non
have found anything.

The DLLHOSTS.exe gradually eats up memory, and CPU Usage is near 100%.


Event Viewer for System Log shows multiple warnings like:
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 37
Date: 2/5/2004
Time: 1:43:55 PM
User: N/A
Computer: ComputerName
Description:
Out of process application '/LM/W3SVC/21/Root' terminated unexpectedly

For additional information specific to this message please visit th
Microsoft Online Support site located at
http://www.microsoft.com/contentredirect.asp.


and Event Viewer for Application Log shows multiple informatio
listings like:
Event Type: Information
Event Source: Active Server Pages
Event Category: None
Event ID: 3
Date: 2/5/2004
Time: 3:00:54 PM
User: N/A
Computer: ComputerName
Description:
Service started.


Any help would be greatly appreciated.

Thx

FifthCoyot
 
Back
Top