https://issues.apache.org/bugzilla/show_bug.cgi?id=50306
--- Comment #1 from Pid <bugzi...@pidster.com> 2010-11-20 15:53:38 EST --- (In reply to comment #0) > Feature request : > regularly scan worker threads and if one has been processing the same request > for longer than a configurable delay, log a warning with the stack trace of > that thread. > This would allow to detect very long running threads, usually the ones that > are > stuck in a network call or in a deadlock. The diagnostics package Rainer & I discussed included something similar to this. It's possible to use JMX to identify if a thread is associated with a request and report the properties of the request. It's also possible to enumerate deadlocked threads using JMX. I've got some sample code which does various diagnostic tasks, but it's very experimental... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org