jquery - how many asynchronus calls can be processed at the same time by IIS from javascript -


i using asp classic in application. in doing 1 ajax request contuniously fetch data socket , store in session, further ajax request fetch data session , javascript accept data.

but when try subsequent request not goes server. can body tell me possible send subsequent ajax request iis while few ajax request still running . can create multithreaded environment.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -