Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Any other way to find out WHY dllhost.exe is looping...bes..

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IISState - Debugging package. How can I tell if ..  
Author Message
larry2

External


Since: Sep 01, 2003
Posts: 15



(Msg. 1) Posted: Mon Sep 01, 2003 7:17 pm
Post subject: Any other way to find out WHY dllhost.exe is looping...besides iisstate?
Archived from groups: microsoft>public>inetserver>iis (more info?)

My site gets into a loop about once a day. Luckily the server has dual cpus
so the other dllhost.exe keeps the site up. On the other hand, once in a
while BOTH cpus get the loop so that brings us down. All I know is that
dllhost.exe is looping. How do I find out WHERE? Is iisstate the only
answer?

TIA,

Larry Woods

 >> Stay informed about: Any other way to find out WHY dllhost.exe is looping...bes.. 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Mon Sep 01, 2003 7:47 pm
Post subject: Re: Any other way to find out WHY dllhost.exe is looping...besides iisstate? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Unless you know how to debug a NT process yourself given the debuggers in
the MS Debugging Toolkit, IISState is your only choice.

Debugger installation should not require a reboot unless you intentionally
cause it to happen.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Larry Woods" <larry RemoveThis @lwoods.com> wrote in message
news:uz$RN9NcDHA.1492@TK2MSFTNGP12.phx.gbl...
My site gets into a loop about once a day. Luckily the server has dual cpus
so the other dllhost.exe keeps the site up. On the other hand, once in a
while BOTH cpus get the loop so that brings us down. All I know is that
dllhost.exe is looping. How do I find out WHERE? Is iisstate the only
answer?

TIA,

Larry Woods

 >> Stay informed about: Any other way to find out WHY dllhost.exe is looping...bes.. 
Back to top
Login to vote
larry2

External


Since: Sep 01, 2003
Posts: 15



(Msg. 3) Posted: Tue Sep 02, 2003 8:27 am
Post subject: Re: Any other way to find out WHY dllhost.exe is looping...besides iisstate? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I am trying to catch the beginning of the loop in DLLHOST.EXE. I have
Perfmon running, monitoring for a 50% condition. Does it make sense to
execute iisstate out of Perfmon when the condition hits? Or is there a
better way?

TIA,

Larry Woods

"David Wang [Msft]" <someone.TakeThisOut@online.microsoft.com> wrote in message
news:uPUF2SOcDHA.2460@TK2MSFTNGP10.phx.gbl...
 > Unless you know how to debug a NT process yourself given the debuggers in
 > the MS Debugging Toolkit, IISState is your only choice.
 >
 > Debugger installation should not require a reboot unless you intentionally
 > cause it to happen.
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //
 > "Larry Woods" <larry.TakeThisOut@lwoods.com> wrote in message
 > news:uz$RN9NcDHA.1492@TK2MSFTNGP12.phx.gbl...
 > My site gets into a loop about once a day. Luckily the server has dual
cpus
 > so the other dllhost.exe keeps the site up. On the other hand, once in a
 > while BOTH cpus get the loop so that brings us down. All I know is that
 > dllhost.exe is looping. How do I find out WHERE? Is iisstate the only
 > answer?
 >
 > TIA,
 >
 > Larry Woods
 >
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Any other way to find out WHY dllhost.exe is looping...bes.. 
Back to top
Login to vote
user649

External


Since: Aug 25, 2003
Posts: 244



(Msg. 4) Posted: Wed Sep 03, 2003 7:42 am
Post subject: Re: Any other way to find out WHY dllhost.exe is looping...besides iisstate? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Larry,

Thank you for replying!

IISstate3.0 is available in IIs6 resource kit. Please go to:
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=56fc
92ee-a71a-4c73-b628-ade629c89499

Furthermore, you can obtaint the 3.1 from a 3rd party web site. Please go
to:
http://www.iisfaq.com/default.aspx?View=P197&P=1

Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
-------
This response contains a reference to a third-party World Wide Web site.
Microsoft is providing this information as a convenience to you. Microsoft
does not control these sites and has not tested any software or information
found on these sites; therefore, Microsoft cannot make any representations
regarding the quality, safety, or suitability of any software or
information found there. There are inherent dangers in the use of any
software found on the Internet, and Microsoft cautions you to make sure
that you completely understand the risk before retrieving any software from
the Internet.
 >> Stay informed about: Any other way to find out WHY dllhost.exe is looping...bes.. 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 5) Posted: Thu Sep 04, 2003 2:41 am
Post subject: Re: Any other way to find out WHY dllhost.exe is looping...besides iisstate? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I would suggest getting any IISState capture of the machine when it is in
the error condition. Timing is a nice-to-have.

While it would be nice for the capture to happen right as the error
condition happens (the better the correlation, the more accurate the
analysis), if you're reasonably close, it's possible to figure out what
happened... especially on a loop since it'd be the one that's still hanging
around while all the non-loop threads will hopefully look idle.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Larry Woods" <larry.RemoveThis@lwoods.com> wrote in message
news:eroJ52UcDHA.1696@TK2MSFTNGP10.phx.gbl...
I am trying to catch the beginning of the loop in DLLHOST.EXE. I have
Perfmon running, monitoring for a 50% condition. Does it make sense to
execute iisstate out of Perfmon when the condition hits? Or is there a
better way?

TIA,

Larry Woods

"David Wang [Msft]" <someone.RemoveThis@online.microsoft.com> wrote in message
news:uPUF2SOcDHA.2460@TK2MSFTNGP10.phx.gbl...
 > Unless you know how to debug a NT process yourself given the debuggers in
 > the MS Debugging Toolkit, IISState is your only choice.
 >
 > Debugger installation should not require a reboot unless you intentionally
 > cause it to happen.
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //
 > "Larry Woods" <larry.RemoveThis@lwoods.com> wrote in message
 > news:uz$RN9NcDHA.1492@TK2MSFTNGP12.phx.gbl...
 > My site gets into a loop about once a day. Luckily the server has dual
cpus
 > so the other dllhost.exe keeps the site up. On the other hand, once in a
 > while BOTH cpus get the loop so that brings us down. All I know is that
 > dllhost.exe is looping. How do I find out WHERE? Is iisstate the only
 > answer?
 >
 > TIA,
 >
 > Larry Woods
 >
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Any other way to find out WHY dllhost.exe is looping...bes.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
DLLHOST eats up memory - We have a problem on the web server (Windows 2000 - IIS 5.0). One instance of DLLHOST.exe (running under IWAM account) consumes a big chunk of memory (upto 700 MB) and we have to restart IIS services to resolve this problem. I have matched the PID of...

DLLHost Resource Contention problem - Hi all, I am facing a problem of Resource Contention with DLLHost.exe. The real problem is very high memory consumption for DLLHost.exe when our site is running. I downloaded the IISState utility (Thanks Pat for that suggestion) and have prepared a dum...

IIS 5.1 (win xp) unexplained failure to find the default p.. - I have a win Xp pro machine I use to to test my pages on. Up until saturday night it worked fine. I had been working on some items and had no problems. I got up the next morning and it it will no long serve up pages. I made no changes to my..

win2k - changed domain and IIS fails w/ "cannot find the p.. - Changed the domain and my network login name on my Windows 2000 sp4 machine, and now I cannot get Internet Services Manager to start. Message I get is "the system cannot find the path specified". I have uninstalled and reinstalled IIS to ...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]