| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: libcurl used in multiple components of an application
From: Jamie Lokier <jamie_at_shareable.org>
Date: Thu, 26 Mar 2009 12:35:57 +0000
Daniel Stenberg wrote:
This reminds me.
On most platforms you know (or can configure) which threading
So why not something like this in libcurl itself (use the platform
static pthread_once_t global_init_once = PTHREAD_ONCE_INIT;
static void do_global_init(void)
static void do_nothing(void)
curl_global_init(long flags)
{
Could that avoid those sad faces in some cases, and provide useful
-- Jamie
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info