| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: how to stop curl_easy_perform()
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 13 Sep 2007 15:54:15 +0200 (CEST)
On Thu, 13 Sep 2007, Dragos MOINESCU wrote:
(Please don't reply to an existing mail as a shortcut to start a new thread.
> I have a problem in stoping a curl_easy_perform() from another thread.
You can't do that directly. You should set a variable or a sepaphore or
> I tried to curl_easy_cleanup() that handle but got SIGSEGV (which in my
You must never ever without conditions use the same easy handle in more than
> My question is how to handle the following
> The client connects to localhost:8080 and sends the request but the server
Just killing a process will of course close the sockets fine.
> I understand that curl_easy cannot be used to simultaneous download
libcurl offers serveral timeout options and several callback functions. All
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-09-13 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info