0

I am using asp classic in my application. In this I am doing one ajax request which will continuously fetch data from a socket and store that in a session, now a further ajax request will fetch that data from session and javascript will accept that data.

But when I try then my subsequent request it does not goes to the server. So can any body tell me is this possible to send subsequent ajax request to IIS while few ajax requests are still running . You can say it like creating a multithreaded environment.

GregP
  • 143
  • 12
agarwal_achhnera
  • 2,582
  • 9
  • 55
  • 84
  • http://stackoverflow.com/questions/561046/how-many-concurrent-ajax-xmlhttprequest-requests-are-allowed-in-popular-browse – mccainz Oct 07 '13 at 13:00
  • 2
    When you make a call via js, who controls the calls is the browser, and not IIS. – Hugo Tostes Oct 07 '13 at 13:07
  • @HugoTostes That mean IIS is capable of handling multiple ajax request from same user and can run those request parallel? – agarwal_achhnera Oct 07 '13 at 13:09
  • No. read this article http://stackoverflow.com/questions/561046/how-many-concurrent-ajax-xmlhttprequest-requests-are-allowed-in-popular-browse – Hugo Tostes Oct 07 '13 at 13:49
  • @HugoTostes I am using vbscript at server side to do that, so could you please tell me is vbscript able to process multiple request for the same user or it will queue the further request for the first to complete. – agarwal_achhnera Oct 08 '13 at 04:38

0 Answers0