Re: Question about max connections

2023-06-23 Thread Oleg Kalnichevski
On Fri, 2023-06-23 at 11:52 +0200, Joan grupoventus wrote: > Hi Oleg, > > In the lax mode the pool manager supports the per route max limit, > but not total max limit. The total max setting has no effect. > --> Thanks, I can see that when I print the values, the total max is > always 0. > > But t

RE: Question about max connections

2023-06-23 Thread Joan grupoventus
Hi Oleg, In the lax mode the pool manager supports the per route max limit, but not total max limit. The total max setting has no effect. --> Thanks, I can see that when I print the values, the total max is always 0. But the question is if I can modify the per route max limit on the fly, or aft

Re: Question about max connections

2023-06-23 Thread Oleg Kalnichevski
On Fri, 2023-06-23 at 11:23 +0200, Joan grupoventus wrote: > Hello, > > We have an async http pool with LAX concurrency (httpclient 5.2.1): > this.phccm = > PoolingAsyncClientConnectionManagerBuilder.create().setPoolConcurrenc > yPolicy(PoolConcurrencyPolicy.LAX).build(); > > We set the max conne

Question about max connections

2023-06-23 Thread Joan grupoventus
Hello, We have an async http pool with LAX concurrency (httpclient 5.2.1): this.phccm = PoolingAsyncClientConnectionManagerBuilder.create().setPoolConcurrencyPolicy(PoolConcurrencyPolicy.LAX).build(); We set the max connections in this way: public void setMaxConnections(int maxConnections) { t

Re: Seeing randomly DeadlineTimeoutException exception

2023-06-23 Thread Oleg Kalnichevski
On Thu, 2023-06-22 at 22:46 +0530, sreenivas somavarapu wrote: > Hi Oleg, > > PFA httpclient logs attached. I have provided 4 instances of errors > along > with a time stamp (due to file sizes attached to respective log files > in zip file) which are below during our load test. Please let me know