J
Johan Karlsson
Hi!
I've have an asp.net application that calls a backend service hosted in IIS
using WCF. I'm having some performance issues that seems to be related to
hitting the maximum number of connections.
My initial question is:
The Request Current counter in ASP.NET never drops to zero. It gets stuck at
a minimum of 1-4. When the counter goes up to about 19-20 the application
locks. It looks like its the backend service that locks up since other
applications get a timeout calling other methods.
Should the Request Current counter drop to zero or is it normal that it
stays at 1-4?
Thanks
// Johan
I've have an asp.net application that calls a backend service hosted in IIS
using WCF. I'm having some performance issues that seems to be related to
hitting the maximum number of connections.
My initial question is:
The Request Current counter in ASP.NET never drops to zero. It gets stuck at
a minimum of 1-4. When the counter goes up to about 19-20 the application
locks. It looks like its the backend service that locks up since other
applications get a timeout calling other methods.
Should the Request Current counter drop to zero or is it normal that it
stays at 1-4?
Thanks
// Johan