> From: Michal Singer [mailto:[EMAIL PROTECTED]
> Subject: Re: tomcat gets stuck after a load for streams writing
>
> why? was there a bug regarding this issue which was fixed there?

Possibly, notably this one:
https://issues.apache.org/bugzilla/show_bug.cgi?id=44620

However, if you're not burning up a CPU or two, that won't be the problem.

As you were told on the first go-round, the maxThreads setting in the 
<Connector> is being ignored, since you have an executor attribute for it.  The 
<Executor> is where you want the maxThreads specification.  RTFM.

Also as we asked for previously, where are the thread dumps?  You're unlikely 
to definitively resolve this unless you actually take the dumps and look at 
them.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to