curl-users
Re: cURL thread safe?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 10 Oct 2007 22:37:32 +0200 (CEST)
Date: Wed, 10 Oct 2007 22:37:32 +0200 (CEST)
On Wed, 10 Oct 2007, Andrey wrote:
> i m writing a webfetcher using Python-Twisted-cURL
>
> i wonder if cURL is thread safe for
> twisted.defer.deferToThread(cURL_fetch_the_page)
curl as in the command line tool? (which this list is about)
libcurl is thread-safe, as far as the underlying OS is. But libcurl details
are better taken on the curl-library mailing list. Or for pycurl stuff,
perhaps even the curl-and-python mailing list!
> will this able to spawn multiple connections to fetch?
Are we supposed to know what that call does?
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-10-10