Connecting Tech Pros Worldwide Help | Site Map

Current Anonymous Users

Carrugar's Avatar
Newbie
 
Join Date: Jul 2007
Location: Norwich, UK
Posts: 20
#1: Sep 21 '07
We recently upgraded a Web App to IIS6.0 from IIS4.0.

When monitoring the performance, the counter which records Current Anonymous Users seems to increase without coming down again....eventually when it gets so high the server hangs!

What's happening?!
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Sep 22 '07

re: Current Anonymous Users


Which counter are you using?
Carrugar's Avatar
Newbie
 
Join Date: Jul 2007
Location: Norwich, UK
Posts: 20
#3: Sep 25 '07

re: Current Anonymous Users


We are looking at the Web Service object which records the Current Anonymous Users and Current Connections counters.

The Current Anonymous Users counter is a measurement of the active anonymous requests currently being processed. Once the request has been processed Current Anonymous Users should decrease. Current Connections is the number of current opened connections.

Initially the Current Anonymous Users remained low, returning to zero quite often but as soon as there is high usage we noticed that the Current Anonymous Users counter kept increasing despite the Current Connections counter remaining fairly constant. Eventually this dramatically affected performance.

Any ideas as to why the Current Anonymous Users counter is not decreasing? Is it simply because ASP requests are not being completed for some reason? Why would this be? Any advice appreciated.
Newbie
 
Join Date: Sep 2007
Location: Phoenix, AZ USA
Posts: 2
#4: Oct 3 '07

re: Current Anonymous Users


Quote:

Originally Posted by Carrugar

... the counter which records Current Anonymous Users ...

As asked above, what counter software?
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#5: Oct 4 '07

re: Current Anonymous Users


Seems like an ASP application error. Make sure you are aborting processes, closing threads etc.
Newbie
 
Join Date: Jan 2009
Posts: 1
#6: Jan 28 '09

re: Current Anonymous Users


Quote:

Originally Posted by Carrugar View Post

We recently upgraded a Web App to IIS6.0 from IIS4.0.

When monitoring the performance, the counter which records Current Anonymous Users seems to increase without coming down again....eventually when it gets so high the server hangs!

What's happening?!

Hi Carrugar,

I am facing the same problem you had. Can you help me find the solution ?

Thanks in advance
Reply