News Feed
Jobs Feed
Sections




News Archive
Developer Tutorials Blog:
Parallel web scraping in PHP cURL multi functions
July 29, 2008 @ 07:57:00

The Developer Tutorials blog has posted a tutorial about scraping other website information in parallel (with their permission, of course) with the help of the cURL extension.

For anyone who's ever tried to fetch multiple resources over HTTP in PHP, the logic is trivial, but one key challenge is ever-present: latency delays. While web servers have perfectly good downstream links, latencies can increase script execution time tenfold just by downloading a few external URLs. But there's a simple solution: parallel cURL operations. In this tutorial, I'll show you how to use the "multi" functions in PHP's cURL library to get around this quickly and easily.

He starts with a basic cURL example, grabbing the content from example.com and putting it into a variable. He modifies this to make it a bit more complex and to run multiple fetches in parallel - creating more than one cURL object and using the culr_multi_* methods to manage them.

0 comments voice your opinion now!
webscraping curl function multi parallel tutorial


blog comments powered by Disqus

Similar Posts

Nefarious Designs Blog: Website builds using Make

Community News: PHPBenelux 2012 Announcement - Tutorial Speakers & Ticket Sales

PHPEveryDay.com: Zend Framework Tutorials Posted (Sessions)

PHPMaster.com: REST - Can You do More than Spell It? Part 3

Pádraic Brady's Blog:Doing that thing called PEAR - Packaging Source Code for PEAR Distribution


Community Events











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


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

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