| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Easy handles & threads
From: <choi_at_netlabs.org>
Date: Wed, 28 Jul 2004 09:04:34 -0700
Hi,
I have to debug some libcurl code in C++ on WinXP using Visual C++ 6 and
The code is multithreaded, and a few threads use libcurl concurrently.
> libcurl is designed and implemented entirely thread safe. There are some
so, I went and had a look at the instantiation of the handles.
m_curlHandle = curl_easy_init();
so I added the following debugging output:
"Got easy handle %X for thread %X", m_curlHandle, GetCurrentThreadId()
which printed out the following list:
Got easy handle 1C23530 for thread 1E4
So, what I see is that the same handles are given out two times
Does anyone have a clue why the handles are the same for different
Thanks,
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info