Calculating the Response Duration when Retry is activated

2016-10-31 Thread Murat Balkan
Hi, I am measuring the response duration by getting the system time before the get call and after the get call and take the difference between them. However, when the retry is enabled, (my retryhandler returns true) this part gives me the total time. Is it possible to get the last duration oob?

RE: java.util.concurrent.TimeoutException with the async client

2016-10-31 Thread Joan Balagueró
Hi Oleg, > 1. Why, exactly in the same load conditions, a pool with 600 connections is > more than enough for the blocking client and not enough for the async one? > I cannot answer this question unless I can analyze and re-run the benchmark used to load test both clients. --> ok, I'll retest