cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: can the multi interface not share connection caches?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 3 May 2011 14:19:34 +0200 (CEST)

On Tue, 3 May 2011, Sorin Manolache wrote:

> Is there a way to use the multi interface but keep per-easy-handle
> connection caches?

No. But there's no actual technical reason for it, just that we've not exposed
any way for the application to do it. Connection caches can be associated with
a single easy handle already when used with the easy interface.

Ideally, you probably want to be able to control which easy handles (or multi
handles?) that would share the connection cache usig the share interface which
was invented exactly for this kind of purpose although it "only" can share DNS
cache and cookie storage so far.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-05-03