curl-library
Re: CPU TIME
Date: Tue, 25 Mar 2003 17:51:27 +0800
when i download curl-7.10.3. and in the cmd.enter curl
https://www.sz1.cmbchina.com/script/hbyktlogin.htm
or curl http://www.sohu.com
the curl.exe's cpu time is 100%
and my test.php code is
<?php
$ch = curl_init ("https://www.sz1.cmbchina.com/script/hbyktlogin.htm");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
echo "working";
$result = curl_exec ($ch);
echo "good?";
curl_close ($ch);
echo $result;
?>
the problem is same one.
----- Original Message -----
From: "Daniel Stenberg" <daniel_at_haxx.se>
To: "libcurl Mailing list" <curl-library_at_lists.sourceforge.net>
Sent: Tuesday, March 25, 2003 5:27 PM
Subject: Re: CPU TIME
On Tue, 25 Mar 2003, [utf-8] Rong^H ^[^F ^M^I wrote:
> operating system is windows 2000. and web server is iis 5.0. now , i have
> change web server to apache. the problem is the same. i use the curl
> library is in PHP 4.3.2RC1
What *libcurl* version is that? I know there was a possible cpu load problem
in previous versions of libcurl.
Further, how do you use it when you experience the problem (you could show
us
an example code or similar)? I doubt that you get the problem all the time.
If you do, I can't see how it is a curl problem.
For example, what protocol(s) are you using when this happens?
-- Daniel Stenberg -- curl, cURL, Curl, CURL. Groks URLs. ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001enReceived on 2003-03-25