Monitoring Virtual Threads via JMX / MBeans in Tomcat

2025-03-05 Thread Joash Jose
Dear Apache Tomcat Support Team, I hope this message finds you well. I am writing to inquire whether Apache Tomcat (tomacat version is 10.1.33 running on Java 21) exposes virtual thread metrics through JMX / MBeans. Specifically: Virtual Thread Visibility: Does Tomcat provide MBeans (e.g., u

Monitoring Virtual Threads via JMX / MBeans in Tomcat

2025-03-05 Thread Joash Jose
Dear Apache Tomcat Support Team, I hope this message finds you well. I am writing to inquire whether Apache Tomcat (tomacat version is 10.1.33 running on Java 21) exposes virtual thread metrics through JMX / MBeans. Specifically: Virtual Thread Visibility: Does Tomcat provide MBeans (e.g., u

Re: Async servlet and request recycle synchronization

2025-03-05 Thread François Rajotte
Hi Christopher, Thanks for your comments. Regarding the behavior of the non-container thread when an async request gets cancelled, I don't really care exactly how it's handled. Currently, my strategy is to let it finish if it had already started processing when the request got cancelled. Or abort