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