Re: W2K3 IIS 6.0 ASP.NET Requests Per Second Limits?

roberto3214_at_netscape.net
Date: 01/20/05


Date: 20 Jan 2005 06:23:52 -0800

Hi David,

Thanks for your comments I have since done further tests before reading
your post mainly with increasing the number of worker processors web
garden setting in iis 6.0 there seems to be a direct relationship
between increasing this number and number of requests per second
increase. As you have stated response times for pages may degrade.

But I do have a couple of followup questsions. In the above example of
1 sec delay starving the asp.net of its worker process, I understand
that an async call to do such a task will not hog up the worker process
but wouldn't u still have to poll or wait for the result to come back?
Say you wanted to get the current temperature using a webservice and it
took say 1 second to get a response even though I use an async method
woulnd't i have to poll on my webpage to get a result back? And if so
does that mean I'lll be starving the asp.net of worker process?

Secondly you mentioned there is a relationship between CPU and ASP.Net
IO worker threads, what is the relationship? IF I have 1 cpu on average
how many asp,net io worker threads do I have?
Thanks for your time and effort
Regards DotnetShadow



Relevant Pages

  • RE: how analyze malfunctioning asp.net application?
    ... as far as we have been able to tell so far the CPU ... worker process does not seem to recycle itself automatically. ... a product server, correct? ... production debugging in your environment. ...
    (microsoft.public.dotnet.framework.performance)
  • Re: webGarden setting for multi-processor machine
    ... > processes, one per CPU, each with processor affinity set to its CPU'. ... In a web garden, the IIS worker process will ... even when web gardening is disabled. ... like the asp.net state service which i have heard is ...
    (microsoft.public.dotnet.framework.performance)
  • Re: Webserver with 2 processors
    ... > Webgardening must be enabled if cpuMask is to be used. ... > Juan T. Llibre ... >> "Indicates that CPU usage is scheduled by the Windows operating system. ... >> The cpuMask attribute is ignored and only one worker process will run. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: WebgardenWoker ProcessIIS 6.0Multi-proc server
    ... In IIS6.0 worker process isolation mode, the app pool settings take ... webgarden meaning running multiple worker processes, ... With 1 w3wp.exe on multi-proc cpu ...
    (microsoft.public.inetserver.iis)
  • Re: Dual CPU and Webgardening
    ... Let's pretend that there are 5 threads in worker process: ... > web garden each process is marked as having a preference as to which CPU ...
    (microsoft.public.dotnet.framework.aspnet)