News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Parallel cURL execution in PHP
August 05, 2010 @ 09:56:05

New on his blog today Sameer Borate has a post looking at his method for making parallel connections with curl based on this library from Pete Wardens.

Most people use the 'easy' mode - in this mode when we issue multiple requests, the second request will not start until the first one is complete. This is known as synchronous execution, and this is the one we normally use. [...] In [multi] mode all requests can be handled in parallel or asynchronously. And it can be quite handy and time saving on many occasions.

He gives some code examples of how to use the library to simplify the curl connections and requests and pass the result off to a callback when it's done. His more practical example shows how to search for a set of terms on Google and return the results for output.

1 comment voice your opinion now!
parallel curl execution tutorial library asynchronous


blog comments powered by Disqus

Similar Posts

Markus Wolff's Blog: Extending Zend_Controller_Action

Gonzalo Ayuso's Blog: Building a small microframework with PHP (Part 2). Command line interface

Pádraic Brady's Blog: Extending the Mapper: Stars and Planets

PHPMaster.com: PHP Namespaces

Thomas Larsson\'s Blog: Asynchronous file upload with AJAX progress bar in PHP


Community Events









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


unittest example api interview language functional event release composer testing introduction code development opinion object framework community zendframework2 tool podcast

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