synchronous call or limit max number of call?
Posted: Sun Jun 10, 2012 7:02 pm
I use
$.getJSON( surl, pars, function(textDoc){});
to call database execution in a loop for about 100 execution or so.
Therefore, reached the maximum connection limit.
Is there any way to queue the job or made the call synchronous ?
$.getJSON( surl, pars, function(textDoc){});
to call database execution in a loop for about 100 execution or so.
Therefore, reached the maximum connection limit.
Is there any way to queue the job or made the call synchronous ?