Re: thread pool count never goes down

2021-12-23 Thread Jonathan Yom-Tov
Got it, thanks. Happy holidays ! On Thu, 23 Dec 2021, 17:02 Christopher Schultz, < ch...@christopherschultz.net> wrote: > Jon, > > On 12/21/21 04:55, Jonathan Yom-Tov wrote: > > When I look at the source (and docs) I can see that the > > StandardThreadExecutor, which is the default, has a max

Re: Session stickiness with mod_proxy_balancer

2021-12-23 Thread Christopher Schultz
André, On 12/22/21 16:14, André Warnier (tomcat/perl) wrote: Hi Chris. Maybe the problem was due to this : https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxy the snippet after "Mixing ProxyPass settings in different contexts does not work:" In your first configuration below, the ProxyPa

Re: thread pool count never goes down

2021-12-23 Thread Christopher Schultz
Jon, On 12/21/21 04:55, Jonathan Yom-Tov wrote: When I look at the source (and docs) I can see that the StandardThreadExecutor, which is the default, has a max idle time of 60 seconds, after which the threads should be reaped. I can see in our monitoring that for most Tomcats the thread count fo