| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: libcurl and multithreading
From: Bryan Henderson <bryanh_at_giraffe-data.com>
Date: Fri, 23 Dec 2005 22:47:44 +0100
>the easy workaround is to call curl_global_init explicitly,
As stated, that's no workaround. The two threads can still call
This is actually one of the things my global variable elimination is
What happens with the two threads doing curl_global_init (or first
if (!has_been_initialized) {
Two simultaneous threads call initialize(). That means the equivalent
if (!has_been_initialized) {
(Both threads set global_state_tracker_p; the first to arrive later sees
So the manual update should be simply to point out that
-- Bryan Henderson Phone 408-621-2000 San Jose, CaliforniaReceived on 2005-12-23 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info