Posted on: 12/15/2013 11:01:41 PM | Views : 853

Hello,
I am writing a web-based booking system as a computing project. I have only ever been testing the project on my machine, so have only just considered the following problem: if the server receives multiple requests (e.g. multiple booking requests) at the same time, does ASP.NET have inbuilt tools which will deal with managing the order in which these requests are dealt with, or is it up to me to code some sort of queuing system?
Sorry if I sound a complete idiot, I am new to server side programming :)
Thank you.

Go to the complete details ...