On my busiest production installation, on occasion I get a single thread that seems to get stuck in an infinite loop. I\'ve not managed to figure out who is the culprit, af
For Linux, use ps -efL, -L option will show the LWPs.
As a side note, the "http-342.877.573.944-8080-360" daemon prio=10 means
"ThreadName(as given by the JVM)" runningmode(inherited from the pid) priority(inherited from the pid)