On 23 October 2017 at 00:21, Daniel Stenberg <[email protected]> wrote:
> On Fri, 20 Oct 2017, Attila Nagy via curl-library wrote: > > It would be nice if there would be a way to share one connection pool >> between multiple curl handles. The share interface would be the natural way >> for doing this, but this isn't yet implemented. >> > > ... > > A lot of HTTP clients implement this (shared connection pool between >> threads/workers/handles), so I think it would be great if curl could also >> support this. >> >> Any ideas on this? >> > > Sure! I think we should implement support for sharing the connection cache > with the share interface! > > Done right, that should allow applications to run libcurl in N threads > rather independently, and yet have them all share the same connection cache > so that they can take advantage of existing connections. > > In the same style you can already tell it to share the DNS cache. > Do you plan to implement it in the near future?
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
