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

PHPBuilder.com: Harness the Scripting Power of PHP and cURL to Update Facebook

Zend Developer Zone: The ZendCon Sessions Episode 22: PHP Extension Writing

HowTo Forge: Installing And Working With Xoops Under Ubuntu 6.10

PHPMaster.com: PHP DOM: Working with XML

Rob Allen's Blog: Unit testing Zend Framework 1


Community Events











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


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

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