cURL / Mailing Lists / curl-library / Single Mail

curl-library

curl share interface

From: Jason Pump <jason_at_healthdash.com>
Date: Wed, 27 Jul 2005 19:06:40 -0700

I want to use the curl_share interface to share cookies and dns between
multiple curl_easy handles. In the documentation it states that you must
provide mutex callbacks if you are using the curl_share interface in a
multithreaded environment. In my application I am not using any
threading, but do have multiple curl_easy handles active at once. Do I
have to implement the callback in this situation or does libcurl deal
that ok?
Received on 2005-07-28