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

NETTUTS.com: Secure Your Forms With Form Keys

Patrick van Kouteren: CloudVPS object store beta introduction

The Bakery: New Updates - Helpers, Tutorial and Articles

Sony AK Knowledge Center: Create Realtime Chart Without Page Refresh using FusionCharts Free & Ajax

PHPMaster.com: Rapid Application Development with CakePHP


Community Events











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


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

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