RE: Memory leak in CloseableHttpAsyncClient?

2016-10-17 Thread Rob Griffin
2016 11:58 PM To: HttpClient User Discussion <httpclient-users@hc.apache.org> Subject: Re: Memory leak in CloseableHttpAsyncClient? On Sun, 2016-10-16 at 21:54 +, Rob Griffin wrote: > We are using HTTPAsynchClient to send data to our web site from a Java > clien

Re: Memory leak in CloseableHttpAsyncClient?

2016-10-17 Thread Oleg Kalnichevski
On Sun, 2016-10-16 at 21:54 +, Rob Griffin wrote: > We are using HTTPAsynchClient to send data to our web site from a Java > client. > > We call CloseableHttpAsyncClient.execute() to execute HTTP PUTs at the rate > of several hundred per minute. Sometimes our web site slows down and does

Memory leak in CloseableHttpAsyncClient?

2016-10-16 Thread Rob Griffin
We are using HTTPAsynchClient to send data to our web site from a Java client. We call CloseableHttpAsyncClient.execute() to execute HTTP PUTs at the rate of several hundred per minute. Sometimes our web site slows down and does not respond quickly enough and when this occurs the requests back