ManagedNHttpClientConnectionImpl Shutdown Vs. Close

2016-06-10 Thread Poonam Chawla
Hello Oleg, I am using Apache HttpAsycnClient 4.1 and I noticed that the connections are not released on calling close. Here is what I am trying to do: (Please note that it is not a compileable code as I had to remove lines that are internal to my company). - Create CloseableHttpAsyncClient Cl

Re: ManagedNHttpClientConnectionImpl Shutdown Vs. Close

2016-06-10 Thread Oleg Kalnichevski
On Fri, 2016-06-10 at 14:15 +, Poonam Chawla wrote: > Hello Oleg, > > > I am using Apache HttpAsycnClient 4.1 and I noticed that the > connections are not released on calling close. > Here is what I am trying to do: (Please note that it is not a > compileable code as I had to remove lines th

Re: ManagedNHttpClientConnectionImpl Shutdown Vs. Close

2016-06-10 Thread Poonam Chawla
Hello Oleg, About the shutdown vs close, I highlighted two lines from the log: 2016/06/09 16:30:34:853 EDT [DEBUG] ManagedNHttpClientConnectionImpl - http-outgoing-0 127.0.0.1:54726<->127.0.0.1:53097[ACTIVE][r:w]: Shutdown 2016/06/09 16:30:34:853 EDT [DEBUG] PoolingNHttpClientConnectionManager -

Re: ManagedNHttpClientConnectionImpl Shutdown Vs. Close

2016-06-12 Thread Oleg Kalnichevski
On Fri, 2016-06-10 at 17:35 +, Poonam Chawla wrote: > Hello Oleg, > > About the shutdown vs close, I highlighted two lines from the log: > > 2016/06/09 16:30:34:853 EDT [DEBUG] ManagedNHttpClientConnectionImpl - > http-outgoing-0 127.0.0.1:54726<->127.0.0.1:53097[ACTIVE][r:w]: Shutdown > 201