views:

220

answers:

3

Hi,

Does IIS 7 have some limit of simultaneous requests? I'm using Windows Server 2008.

Thanks in advance.

+2  A: 

On Windows Server operating systems, IIS 7.0 has no request execution limit. Source

F.Aquino
+2  A: 

The limitations by default are the capacity of your server to serve those requests (i.e. CPU, memory) although you can set up throttling etc based on a number of concurrent users.

Sohnee
A: 

Doesn't the design of TCP limit the actual number of incoming connections on a single port to ~65k?

veefu

related questions