| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
curl_multi and cpu time issues.
From: Brian Graves <briansspam_at_bellsouth.net>
Date: Wed, 06 Dec 2006 12:15:09 -0500
I have a PHP script that used to run on regular curl requests and
This is the only thing I changed in the last 24 hours, so I know the
Here's the code: (my script pulls from 5 sites)
$urlArray[0] = "http://website.com/";
$mh = curl_multi_init();
foreach ($urlArray as $i => $url) {
do { $n=curl_multi_exec($mh,$active); } while ($active);
foreach ($urlArray as $i => $url) {
Perhaps there's something wrong with my code? It seems to be in order.
What's the problem?
Thanks,
PHP Version: 5.1.2
CURL Information libcurl/7.13.2 OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13
_______________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info