| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
[ curl-Bugs-927979 ] win32 thread usage
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Thu, 01 Apr 2004 18:07:20 -0800
Bugs item #927979, was opened at 2004-04-02 12:07
Category: libcurl
Initial Comment:
Two Win32 threading issues I noticed, both in
In init_gethostbyname_thread() --
td->thread_hnd = CreateThread(NULL, 0,
The windows documentation says that using
Second real problem, CloseHandle() is never called to
This can be done in Curl_wait_for_resolv() straight after
CloseHandle(td->thread_hnd);
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info