You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javamelody
I've been watching the Tomcat Busy Threads charts and the Thread count
charts and they remain relatively high and constant even with a low
number of active sessions. Is this any indication of an issue or is
this normal behavior?
Vernat Emeric
unread,
Apr 21, 2012, 9:20:33 AM4/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
The "Tomcat busy threads" chart shows the number of active threads as
said by the Tomcat server. This count is not supposed to be high at all
times: often 0, sometimes just a few.
And sometimes, a high number of "Active threads" shows a big issue with
"blocked" requests in the webapp as said a few days ago in the users' group:
https://javamelody.googlegroups.com/attach/490d6ea6a50771c9/javaMelodyThreads.jpg?view=1&part=4
Otherwise, do you have Comet, WebSockets, long polling or something like
that in your webapp?
If yes, this may be normal to have many "Tomcat busy threads".