Strange behaviour on IIS 6.0
am 10.08.2007 18:12:20 von WookieTim
My site seems to be running into some strange behaviour. My code will
run and produce a page on the browser in about 2-3 seconds (Pretty
fast with the amount of processing it has to do). It will continue to
do this for a few minutes (Reloading the page, clicking around in it,
and so on). Then, IIS acts like it hits a wall and slows down - not
just on the one page but on all pages in the site....
I've checked the code - there are no endless loops and every speedup
tip I know of has been implemented. So I don't think it is the code
(I'd post the ASP here, but it's a lot of code). I was just wondering
if anyone else has seen this behaviour?
Re: Strange behaviour on IIS 6.0
am 13.08.2007 06:20:39 von Steve Schofield
We need more information. What type of box? What OS? What version of IIS.
Are there any errors in the event log? How much memory is the worker
process using if this is IIS6. How much RAM? Have you load-tested the
application.
This information can help us provide more input. TIA
--
Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield
"furby" wrote in message
news:1186762340.068175.138100@m37g2000prh.googlegroups.com.. .
> My site seems to be running into some strange behaviour. My code will
> run and produce a page on the browser in about 2-3 seconds (Pretty
> fast with the amount of processing it has to do). It will continue to
> do this for a few minutes (Reloading the page, clicking around in it,
> and so on). Then, IIS acts like it hits a wall and slows down - not
> just on the one page but on all pages in the site....
>
> I've checked the code - there are no endless loops and every speedup
> tip I know of has been implemented. So I don't think it is the code
> (I'd post the ASP here, but it's a lot of code). I was just wondering
> if anyone else has seen this behaviour?
>