[Proto-Scripty] Re: Do somthing only after two Ajax calls return results

2010-11-22 Thread T.J. Crowder
I have two calls run asyncronously Two - is an example - they may be N-calls :) I'd recommend avoiding that unless the async calls are to *different* servers, and if you do two at once, certainly never do more than two at once. Run just a single async request at a time, two if you absolutely

[Proto-Scripty] Re: Do somthing only after two Ajax calls return results

2010-11-22 Thread buda
Thanks! This is what I need On 22 ноя, 12:15, T.J. Crowder t...@crowdersoftware.com wrote: I have two calls run asyncronously Two - is an example - they may be N-calls :) I'd recommend avoiding that unless the async calls are to *different* servers, and if you do two at once, certainly

[Proto-Scripty] Re: Do somthing only after two Ajax calls return results

2010-11-22 Thread buda
This is not sutable because inparallel maybe run othes async calls which I dont need wait to complete On 22 ноя, 18:04, Brian Marquis br...@quotepro.com wrote: Forgot to unregister the responder. See revised watcher: var watcher = {   start: function() {