probably some threads are performing database operation
and it takes too long so new threads are being spawned,
the new threads are also taking too long, so newer threads are being spawned.
too much spawning,  that is what is causing the limit break.

On 7/12/07, André Vila Cova <[EMAIL PROTECTED]> wrote:
I don't think so... I will see..but, why i get the error?
SEVERE: All threads (200) are currently *busy*, waiting. *Increase


On 7/11/07, Mladen Turk <[EMAIL PROTECTED]> wrote:
>
> André Vila Cova wrote:
> > Hello!
> >
> > I get lot of times the following error:
> >
> > SEVERE: All threads (200) are currently *busy*, waiting. *Increase
> > maxThreads*
> > **
> > *Strange is that i've configured in server.xml the following
> > (maxThreads=400):*
> > *
> >
>
> You have probably done that for a wrong connector.
>
> Regards,
> Mladen.
>
> ---------------------------------------------------------------------
> 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