| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
RE: libcurl multithreading
From: Camp, TracyX E <tracyx.e.camp_at_intel.com>
Date: Fri, 22 Sep 2006 08:44:39 -0700
FYI, on win32 they have something called 'thread local storage'.
The win32 Tls functions more or less map like this:
TlsAlloc() ~ pthread_key_create()
I've written macros in the past that emulated the pthread calls in terms of Tls calls.
t.
-----Original Message-----
On Fri, 22 Sep 2006, Török Edvin wrote:
> However I don't understand why the suggested pthread_getspecific fix can't
Yeah, it seems logical. Although I of course will have to take your word for
I take it you have tested this approach and found it working nicely?
> What do you think of these changes below:
They seem pretty straight-forward. However:
o I want a configure switch that specificly can disable use of pthreads to
o The function to check if the signal-based timeouts work would not be a new
o Please make it a nice diff -u patch!
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2006-09-22 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info