> From: bo zhao [mailto:somany...@gmail.com]
> Subject: so many thread are blocked
> I used command to dump threads of tomcat, and I found that 183
> threads are blocked, why?
They're waiting for something to do. When a request arrives, a waiting thread
will be activated to
I used command to dump threads of tomcat, and I found that 183
threads are blocked, why?
thread dump like this:
Deadlock Detection:
No deadlocks found.
Thread 2584: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be
imprecise)
- java.lang.Object.wait()