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