Tim's Weblog
Tim Strehle’s links and thoughts on Web apps, software development and Digital Asset Management, since 2002.
2008-02-20

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."