News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Zend Developer Zone: AJAX Chat Tutorial Part 6 : Updating the User List

PHPBuilder.com: Validating PHP User Sessions

Rob Allen's Blog: ID!=id (Zend Framework Tutorial Updates)

Paul Jones' Blog: Solar: From Blog to Docs

WaxJelly Blog: How to write a custom Smarty function in PHP


Community Events









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


application job package zend code PHP5 PEAR developer example cakephp framework mysql security ajax zendframework releases conference release book database

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