WinHttpClients

2016-03-15 Thread Mark A. Claassen
In the release notes for 4.4, there is the following: Native Windows Negotiate and NTLM via SSPI through JNA: when running on Windows OS HttpClient configured to use native NTLM or SPNEGO authentication schemes can make use of platform specific functionality via JNA and

Re: Help with async client

2016-03-15 Thread Oleg Kalnichevski
On Tue, 2016-03-15 at 15:54 +0100, Joan Balagueró wrote: > Hello, > > > > We have moved from the blocking client (PoolingHttpClientConnectionManager) > to the async one (PoolingNHttpClientConnectionManager), and we are starting > some tests to check performance. > > > > We have a test app t

Help with async client

2016-03-15 Thread Joan Balagueró
Hello, We have moved from the blocking client (PoolingHttpClientConnectionManager) to the async one (PoolingNHttpClientConnectionManager), and we are starting some tests to check performance. We have a test app that sends xml requests to our proxy. If the response is not found in cache, th