I am talking about a Windows server 2003.
What I read is that the HttpApplicationFactory class creates a pool of HttpApplication objects for ASP.NET applications and hands out references for each incoming request. The size of the pool is limited to the setting of the MaxWorkerThreads setting in machine.configs ProcessModel Key, which by default is 20 . So does that mean that ASP.NET in this scenario can handle a max of 20 requests simultaneously?
Also, is it true that because Windows XP is not a server platform, the number of simultaneous connections is limited to 10?





by: WB-InternalPosted on 2009-01-12 at 13:47:35ID: 23357790
Windows Server 2003 workstation??? it's one or the other, well actually it's 2003 server or it's something else, there is no 2003 workstation. (well unless you consider Vista as such which i don't)
echnet/pro dtechnol/ W indowsServ er2003/Lib rary/IIS/b 2b550de-f6 55-4fb6-9b ed- dfc9583 b6700.mspx ?mfr=true
Server has no connection limits to IIS.
Connection limits are manually done as a performance tuning feature.
http://www.microsoft.com/t