|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Bugs-1376945 ] CLOSE_WAIT problem
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Fri, 09 Dec 2005 01:05:41 -0800
Bugs item #1376945, was opened at 2005-12-09 08:12
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
In multithread application several threads is doing
i checked, curl_easy_cleanup called EVERY TIME.
Evgeny
----------------------------------------------------------------------
>Comment By: Evgeny Sabelsky (evgenys)
Message:
FYI, CURLOPT_FORBID_REUSE fixed the problem.
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
Explicit close when perform() is done is forced with
And yes, libcurl _does_ close the connections in cleanup().
----------------------------------------------------------------------
Comment By: Evgeny Sabelsky (evgenys)
Message:
Ok, i'll try to reproduce it in a small app.
while(-1 != ConnectionKillOne(data))
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
How many threads? How many sockets are in CLOSE_WAIT?
libcurl keep sockets "open" by default after a
You can avoid this by forcing libcurl to close the sockets
Can you reproduce this problem with a small stand-alone app
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info