RE: TimeoutException in async pool

2016-10-03 Thread Joan Balagueró
Thanks Oleg, is there anything I can do in the pool configuration to mitigate this effect? -Mensaje original- De: Oleg Kalnichevski [mailto:ol...@apache.org] Enviado el: lunes, 3 de octubre de 2016 21:32 Para: HttpClient User Discussion Asunto: Re: TimeoutException in async pool On

Re: TimeoutException in async pool

2016-10-03 Thread Oleg Kalnichevski
On Mon, 2016-10-03 at 10:45 +0200, Joan Balagueró wrote: > Thanks Stefan and yes, that's right. And I already told my client to modify > these settings. But I still have the doubt about why a Timeout exception in a > pool that has no upper limit in the number of pooled connections. > > This

RE: TimeoutException in async pool

2016-10-03 Thread Joan Balagueró
Thanks Stefan and yes, that's right. And I already told my client to modify these settings. But I still have the doubt about why a Timeout exception in a pool that has no upper limit in the number of pooled connections. -Mensaje original- De: Stefan Magnus Landrø

Re: TimeoutException in async pool

2016-10-03 Thread Stefan Magnus Landrø
So - first I'd set pool size to 50 since that's all you need on average. Then set acquisition timeout to something that makes sense. 10-20ms? Sendt fra min iPhone > Den 3. okt. 2016 kl. 07.32 skrev Joan Balagueró > : > > Hello, > > I’m using the async