zendframework / ZendService_Amazon

BSD 3-Clause "New" or "Revised" License
29 stars 37 forks source link

Add support for parallel requests #42

Open troxler opened 10 years ago

troxler commented 10 years ago

Using e.g. curl_multi() it is possible to do HTTP requests in parallel. This technique would decrease the loading time in situations where more than one requests need to be done. This makes also a lot of sense when retrieving information from APIs.