 |
|
 |
|
Next: Properties button and Help menu item.
|
| Author |
Message |
External

Since: May 30, 2004 Posts: 6
|
(Msg. 1) Posted: Tue Jun 01, 2004 12:24 am
Post subject: ASP Unhealthy? Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
I just migrated an ASP app to Windows 2003/IIS6, on a much larger server,
and expected to get better performance, but it's actually worse. I get the
following error every 3-6 hours:
ISAPI 'C:\WINDOWS\system32\inetsrv\asp.dll' reported itself as unhealthy for
the following reason: 'ASP unhealthy because 100% of executing requests are
hung and 1% of the request queue is full.'.
I can't find anything in the KB on this, and googling it only turns up some
vague ideas. The main point, however, is that the app was running fine on
Win2K -- on a box that had half as much memory and a P3/500 CPU. And, the
same box was running SQL Server, which I have now moved to its own box.
Both servers are Compaq DL380's.
The app is an ecommerce app, and there are 80 copies running on the server.
Not heavy load, though.
Any ideas where to start? And any ideas as to why it would run better on
IIS5?
Thanks for any input! >> Stay informed about: ASP Unhealthy? |
|
| Back to top |
|
 |  |
External

Since: Aug 24, 2003 Posts: 1478
|
(Msg. 2) Posted: Tue Jun 01, 2004 1:19 am
Post subject: Re: ASP Unhealthy? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
It means that your ASP pages have hung up for reasons unknown. Next time
the server stops responding, you can run IISState (www.iisfaq.com/iisstate)
against the w3wp.exe process:
iisstate -p <pid of w3wp.exe> <enter>
This will create a log which you can post to the group for analysis.
Pat
"Bill Puetz" <bpuetz.DeleteThis@anatek.com> wrote in message
news:OZFCN93REHA.3420@TK2MSFTNGP11.phx.gbl...
> I just migrated an ASP app to Windows 2003/IIS6, on a much larger server,
> and expected to get better performance, but it's actually worse. I get
the
> following error every 3-6 hours:
>
> ISAPI 'C:\WINDOWS\system32\inetsrv\asp.dll' reported itself as unhealthy
for
> the following reason: 'ASP unhealthy because 100% of executing requests
are
> hung and 1% of the request queue is full.'.
>
> I can't find anything in the KB on this, and googling it only turns up
some
> vague ideas. The main point, however, is that the app was running fine on
> Win2K -- on a box that had half as much memory and a P3/500 CPU. And, the
> same box was running SQL Server, which I have now moved to its own box.
> Both servers are Compaq DL380's.
>
> The app is an ecommerce app, and there are 80 copies running on the
server.
> Not heavy load, though.
>
> Any ideas where to start? And any ideas as to why it would run better on
> IIS5?
>
> Thanks for any input!
>
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Unhealthy? |
|
| Back to top |
|
 |  |
External

Since: May 30, 2004 Posts: 6
|
(Msg. 3) Posted: Tue Jun 01, 2004 3:39 am
Post subject: Re: ASP Unhealthy? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
> It means that your ASP pages have hung up for reasons unknown. Next time
> the server stops responding, you can run IISState
(www.iisfaq.com/iisstate)
> against the w3wp.exe process:
Thanks for the suggestion. However, the error just happens momentarily, so
there's no way I can catch it to run IISState. I'll just try running it
periodically so I can catch some of the slow downs. It must be a memory
leak somewhere, but I haven't found it yet.
Bill<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Unhealthy? |
|
| Back to top |
|
 |  |
External

Since: Apr 03, 2004 Posts: 367
|
(Msg. 4) Posted: Tue Jun 01, 2004 10:52 am
Post subject: Re: ASP Unhealthy? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Bill Puetz" <bpuetz RemoveThis @anatek.com> wrote in message
news:e9YfRq5REHA.1448@TK2MSFTNGP11.phx.gbl...
> > It means that your ASP pages have hung up for reasons unknown. Next
time
> > the server stops responding, you can run IISState
> (www.iisfaq.com/iisstate)
> > against the w3wp.exe process:
>
> Thanks for the suggestion. However, the error just happens momentarily,
so
> there's no way I can catch it to run IISState. I'll just try running it
> periodically so I can catch some of the slow downs. It must be a memory
> leak somewhere, but I haven't found it yet.
ASP can hang if your SQL server 'deadlocks' for instance.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Unhealthy? |
|
| Back to top |
|
 |  |
External

Since: Aug 24, 2003 Posts: 1478
|
(Msg. 5) Posted: Tue Jun 01, 2004 12:13 pm
Post subject: Re: ASP Unhealthy? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
It's not a memory leak. It's a hang. Most likely you have application
recycling enabled which just kills and restarts the W3WP.exe process when
the problem occurs. If your users are not affected, you could ignore the
issue.
Pat
"Bill Puetz" <bpuetz.DeleteThis@anatek.com> wrote in message
news:e9YfRq5REHA.1448@TK2MSFTNGP11.phx.gbl...
> > It means that your ASP pages have hung up for reasons unknown. Next
time
> > the server stops responding, you can run IISState
> (www.iisfaq.com/iisstate)
> > against the w3wp.exe process:
>
> Thanks for the suggestion. However, the error just happens momentarily,
so
> there's no way I can catch it to run IISState. I'll just try running it
> periodically so I can catch some of the slow downs. It must be a memory
> leak somewhere, but I haven't found it yet.
>
> Bill
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Unhealthy? |
|
| Back to top |
|
 |  |
|
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
|
|
|
|
 |
|
|