SOAP Client: Client TLS credential selection

Brent Putman putmanb at georgetown.edu
Wed May 13 19:11:39 EDT 2015



On 5/13/15 6:23 PM, Cantor, Scott wrote:
>
> By which I was trying to say "pooling is a big deal" when you start 
> dealing with authenticated connections, much like with LDAP, and I don't 
> know enough about HttpClient to know how that factors into the discussion.

Yeah, me either, so I really need to look into this.

>
> I do my own explicit, very tightly controlled, pooling by storing curl 
> handles with the initiator/acceptor/endpoint strings as a pooling key (and 
> libcurl adds in the HTTP and SSL session resumption part for free when you 
> reuse curl handles).

In HC the connection manager is pluggable, but it defaults to their
PoolingHttpClientConnectionManager.  I'll need to find out exactly how
it behaves.



More information about the dev mailing list