Stupid question:
1. are you using keep alive?
2. how many users are actually on?
regards
Leon

On 7/13/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
Ingo,

Ingo Krabbe wrote:
> Am Donnerstag, 12. Juli 2007 19:12 schrieb André Vila Cova:
>> "http-8085-Processor24" daemon prio=1 tid=0x082f1378 nid=0x19c6 in
>> Object.wait() [0xde118000..0xde118e20]
>>         at java.lang.Object.wait(Native Method)
>>         - waiting on <0xe619f748> (a
>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)
>
> somehow this looks like a deadlock.

I agree with Chuck: this is just an Object.wait() being called on the
ControlRunnable object (which is probably the monitor for the thread
pool). Most threads will be in this state. If you have threads in this
state, then they are /not/ busy... they're waiting around for something
to do!

-chris





---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to