Simultaneuos HTTP requests in PHP with cURL

Stoyan Stefanov – Simultaneuos HTTP requests in PHP with cURL:

„Using the curl_multi* family of cURL functions you can make those requests simultaneously. This way your app is as slow as the slowest request, as opposed to the sum of all requests. And that’s something.“