ASP.NET App, Remote XML Loading, Requests Executing shoots up

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: NeedHelp (NeedHelp_at_discussions.microsoft.com)
Date: 08/10/04


Date: Tue, 10 Aug 2004 05:31:02 -0700

Our ASP.NET application receives around 90 anonymous hits/sec while Requests
Executing usually stays around 15-25. This is good and our server performs
well

What our app does is load a remote XML URL with xmltextreader and
xmldocument load then transcribes the XML through a style*** and displays
it as a webpage.

The Problem is sometimes the Requests Executing will shoot up to 125-150 and
all of a sudden we'll get a server too busy error. I don't understand why
this is happening? I tried putting this in my web.config file:

    <httpRuntime executionTimeout="6"/>

But still the requests executing will jump to 125-150 and stay like that but
the anonymous rec/sec stays the same, this is driving me crazy!

Does anyone know why this is happening?

Thanks


Quantcast