views:

124

answers:

1

I have been tasked recently to estimate number of concurent users that IIS can handle. Unfortunately, I have 0 experience with IIS, so I hope someone will guide me where to look. I hope I will not have to do my own benchmarking in this phase.

I would like to know what is the number of concurrent connections that it can handle. The clients will use either comet/long polling, or polling, depending on the answer. Web application under IIS will be SOAP web service. Service is neither computation nor data intensive.

It will run on todays normal hardware, core2 duo, 4GB ram, no other applications on the box.

A: 

Hi,

You will find recent and detailled IIS benchmarks on 'gwan dot com'.

IIS is compared to Apache, nginx, Cherokee and others both on single core and multi core servers.