How to handle concurrent web requests
- by Rajan
I am having a simple webservice running in my local system, hosted in IIS 6.0.
This webservice is accessible from any other system (within LAN and Internet) and everything works fine as long as the number of systems accessing my webservice is very much limited.
Whereas, if more number of users (say 500) are concurrently trying to access my…