Re: NIO Thread Madness

2025-03-26 Thread William Crowell
Chris, That maxTotal was a typo due to trying to copy the config from a screenshot. I agree with your assessment. I think there are 2 situations going on. One is that the code may not be properly closing connections, and the connection pool is not properly configured. Regards, William Crowe

Re: NIO Thread Madness

2025-03-26 Thread Christopher Schultz
William, On 3/25/25 2:51 PM, William Crowell wrote: Mark, I think we might have found something. I think the DBCP2 connection pool is returning stale connections from Oracle. There is no firewall between Tomcat and Oracle, but I looked at the context.xml and found the following: … accessTo

Re: Monitoring Virtual Threads via JMX / MBeans in Tomcat

2025-03-26 Thread Rose Mary P T
Dear Tomcat Users, I hope this message finds you well. As per your previous email, we attempted to fetch the virtual thread count from the keepAliveCount attribute in the Catalina.ThreadPool MBean. For context, here is the setup we used: * We created a sample Spring Boot application that cont

Re: Monitoring Virtual Threads via JMX / MBeans in Tomcat

2025-03-26 Thread Rose Mary P T
Dear Tomcat Users, I hope this message finds you well. As per your previous email, we attempted to fetch the virtual thread count from the keepAliveCount attribute in the Catalina.ThreadPool MBean. For context, here is the setup we used: * We created a sample Spring Boot application that cont