Parallel HTTP requests in PHP using PECL HTTP classes [Answer: HttpRequestPool class]
问题 The HttpRequestPool class provides a solution. Many thanks to those who pointed this out. A brief tutorial can be found at: http://www.phptutorial.info/?HttpRequestPool-construct Problem I'd like to make concurrent/parallel/simultaneous HTTP requests in PHP. I'd like to avoid consecutive requests as: a set of requests will take too long to complete; the more requests the longer the timeout of one request midway through a set may cause later requests to not be made (if a script has an