>> 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? 

Dan

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to