Page 1 of 1

XMLHTTPRequests in Parallel

Posted: Sat Oct 23, 2010 1:23 pm
by shadowx360
Hello,

Is it possible to run XMLHttpRequests in parallel? In PHP, I can use multiple cURL handles to run requests in parallel, but is that possible in javascript?

Re: XMLHTTPRequests in Parallel

Posted: Sat Oct 23, 2010 1:54 pm
by s.dot
If you're using JQuery, there is a plugin that will do this.. search their plugin directory.

Re: XMLHTTPRequests in Parallel

Posted: Sat Oct 23, 2010 1:59 pm
by John Cartwright
It's called an asyncronous call.