0

Where can I get statistics of concurrent connections that can be handled by Apache and IIS? Which one will serve more requests in peak times?

Thank you, Sri

HBruijn
  • 72,524
  • 21
  • 127
  • 192
  • 1
    Sorry, voting to close this one. Without any constraints given (web app architecture, programming language used, HTTP semantics, etc) any answer to this will be speculation. –  Apr 06 '11 at 22:17

1 Answers1

0

That's hard to answer. As always, the answer to questions like this is "it depends." What type of requests? Static? Dynamic? Large? Small? Internal? External? A bit more information about your environment is needed to answer with any degree of accuracy.

McJeff
  • 2,019
  • 13
  • 11