XMLHTTPRequests in Parallel

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
shadowx360
Forum Newbie
Posts: 6
Joined: Sun Oct 10, 2010 3:53 pm

XMLHTTPRequests in Parallel

Post 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?
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: XMLHTTPRequests in Parallel

Post by s.dot »

If you're using JQuery, there is a plugin that will do this.. search their plugin directory.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: XMLHTTPRequests in Parallel

Post by John Cartwright »

It's called an asyncronous call.
Post Reply