curl-library
Re: curl app stalling
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 27 Aug 2002 10:27:46 +0200 (MET DST)
Date: Tue, 27 Aug 2002 10:27:46 +0200 (MET DST)
On Mon, 26 Aug 2002, Charles wrote:
> I love curl and appreciate the hardwork. I am using libcurl in an
> application that submits pages to thousands of sites, and it gets up to
> about 800 and stalls, the application just hangs. I have set the timout to
> 400 and it continues to hang, any idea on how to stop it. I am re-using
> the same curl object, heres the code that gets executed over and over.
Where in the operation does it hang? What OS is this? I take it it is libcurl
7.9.8?
Does it work if you make a curl_easy_cleanup() and a new curl_easy_init() on
every 100 (or so) operations?
Does it always stop at about the same amount of operations?
-- Daniel Stenberg -- curl related mails on curl related mailing lists please ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390Received on 2002-08-27