News Feed
Jobs Feed
Sections




News Archive
Stoyan Stefanov's Blog:
Simultaneous HTTP requests in PHP with cURL
February 19, 2008 @ 09:34:00

On his blog today, Stoyan Stefanov has a howto posted on a trick he figured out to get a PHP script to grab data from multiple resources at one time - with cURL.

The basic idea of a Web 2.0-style "mashup" is that you consume data from several services, often from different providers and combine them in interesting ways. This means you often need to do more than one HTTP request to a service or services. [...] 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.

He includes example code that loops through a given array of resources and executes the fetch, brining the results back into a result array. To illustrate, he also includes two types of examples of fetching content - one for GET and another for POST.

0 comments voice your opinion now!
curl simultaneous http request tutorial get post


blog comments powered by Disqus

Similar Posts

WeberDev.com: User Authentication With patUser (Part 1)

DevShed: Building a More Capable Validation Helper Class

Grzegorz Godlewski's Blog: Automating software development and deployment

Job Posting: Telio Telecom AS Seeks Senior Web Developer (Oslo, Norway)

Zend Developer Zone: 2 Beginners Guides I Wish I had when I Started with PHP


Community Events











Don't see your event here?
Let us know!


database podcast unittest functional interview opinion phpunit composer release community code series example testing zendframework2 development framework api introduction language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework