By bloid
via developertutorials.com
Published: Jul 30 2008 / 01:14
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.
Add your comment
Voters For This Link (15)
-
bloid -
paul_houle -
skoop -
mswatcher -
jkso -
dnene -
kng -
StephenCronin -
antych -
shadydude -
thecan -
vladocar -
livevoyage -
tim.ariyeh -
eaguilar