Thanks for the info. I'm really after the throughput from an IIS 7.0 web app to a series of SQL Server 2008 DBs. We've tried to optimize our disk subsystem to maximize i/o, now we're trying to determine how many of the web apps we can realistically support on a single server setup (colocate). If each of the web apps has a configurable number of threads.
Main Topics
Browse All Topics





by: mwvisa1Posted on 2009-09-23 at 13:27:13ID: 25407559
Not quite sure what you are after, but given the zones I would suspect you are looking for IIS performance tuning information; however, the version of IIS you are running is not specified.
q/archive/ 2007/07/21 /asp-net- t hread-usag e-on-iis-7 -0-and-6-0 .aspx echnet/pro dtechnol/ W indowsServ er2003/Lib rary/IIS/d 4ed262f-11 d0-4a87-b1 5d- 57a8c80 0539e.mspx ?mfr=true
These should help for IIS 6 - 7:
http://blogs.msdn.com/tmar
http://www.microsoft.com/t
In a nutshell, think 50 threads per CPU is what I have seen around, but you can increase up or down until works well in your environment, but should stay below 100.
--isa