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: 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

Re: thread pool count never goes down

2021-12-21 Thread Jonathan Yom-Tov
hi Chris, Thanks for your reply. 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 for the TLS connec

Re: thread pool count never goes down

2021-12-20 Thread Christopher Schultz
Jon, On 12/19/21 12:19, Jonathan Yom-Tov wrote: hi Chris, Sorry for the late reply, I didn't see your reply for some reason. Here's the relevant connector configuration: You are allowing Tomcat to automatically-configure an "Executor" for you, and that executor will never shed threads.

Re: thread pool count never goes down

2021-12-19 Thread Jonathan Yom-Tov
hi Chris, Sorry for the late reply, I didn't see your reply for some reason. Here's the relevant connector configuration: On Tue, Dec 7, 2021 at 10:28 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Jon, > > On 12/6/21 10:28, Jonathan Yom-Tov wrote: > > I have a single inst

Re: thread pool count never goes down

2021-12-07 Thread Christopher Schultz
Jon, On 12/6/21 10:28, Jonathan Yom-Tov wrote: I have a single instance of Tomcat (version 9.0.54) in which the thread count on a connector thread pool doesn't reduce despite most of the threads (198/200) being idle. If I understand correctly the default idle time before a thread is reaped is 60

thread pool count never goes down

2021-12-06 Thread Jonathan Yom-Tov
hi, I have a single instance of Tomcat (version 9.0.54) in which the thread count on a connector thread pool doesn't reduce despite most of the threads (198/200) being idle. If I understand correctly the default idle time before a thread is reaped is 60 seconds, but this situation persists for hou