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
Post a Comment