cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [PATCH] Connection bundles

From: Linus Nielsen Feltzing <linus_at_haxx.se>
Date: Fri, 07 Dec 2012 19:56:05 +0100

On 12/07/2012 06:58 PM, Daniel Cook wrote:
>>> Here is a new implementation of the persistent connection cache.
>>> Instead of a simple linked list of connections, it is now a hash with
>>> connection lists (called "bundles"), using the hostname as the key.
>>> Each list, or "bundle", contains all open connections to the specific host.
>
>> I've been discussing this solution with Linus during his development of it, so I'm quite aware of this change and I'm liking it - a lot. I mean to merge it soonish>unless someone objects.
>
> Does this also work with ssl session caches?

It is a simple replacement of the old persistent connection cache. It
works exactly as the old one in that respect.

Linus
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-12-07