ASP.NET MVC and Ajax, concurrent requests?
AJAX newbie here! At the moment in my ASP.NET MVC web app my AJAX requests appear to be getting batched or queued, im not sure. No requests seem to be getting completed until the previous request has finished. How do I go about getting the requests to return independantly? I dont necessarily want someone to give me the answer but maybe some links to good tutorials or resources which could help. Thanks I'm expanding on Lachlan Roche's answer, which is correct. The ASP.NET framework will "single-thread" requests that deal with Session scope (a global resource), to prevent one request from