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?
XMLHTTPRequests in Parallel
Moderator: General Moderators
Re: XMLHTTPRequests in Parallel
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.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: XMLHTTPRequests in Parallel
It's called an asyncronous call.