I am looking to install Windows 7 Ultimate and run IIS 7.5 on it. However, I would like to know exactly what my limitations will be with this setup. While researching this topic various resources have stated that I am limited to 20 device connections (Microsoft Software License Terms), whereas I read other limitations from other sources.
http://www.jpelectron.com/sample/WWW%20and%20HTML/IIS-%20OS%20Version%20Limits.htm
It says that there is a "simultaneous request execution limit of 10, allows multiple sites". Does this mean that I can only serve 10 concurrent connections. How many web sessions can I serve?
Thank-you in advance to anyone who can help.
The limit means that IIS will queue all incoming requests, and will process the queue as fast as 10 at a time. You should not encounter errors unless the queue fills up (the limit is in the thousands) before IIS can work through it. [Source, Source]