I am looking to to make my web application scalable and was going through articles in which it was said that the queue length should be increased by a factor of say 1.5 * the number of users.
Settings:
IIS-> Application Pool Default Settings -> Queue Length
IIS ->ASP.NET-> Queue Length
Question: What is the difference between the queue length properties?
I am aware that one says it handles HTTP.sys requests and the other concurrent asp.net requests. However, how will it help an application scale i.e. will changing only one suffice or both are performing some different role.