Hi. I did all that. i configured the maxThreads on the executor and didn't help. i also checked the thread dumps. the work on the server is heavy but i still don't understand why it would cause a completey unrecovable tomcat stuck. even if the work is heavy on our server, the tomcat should not get stuck receiving messages in stream. after the stuck it never recovers until i restart the tomcat. What also is weird is that it gets stuck only for stream writing. this does not seem like a problem in our server. why can i still send string messages? Thanks, Michal
Caldarale, Charles R wrote: > >> 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] > > > -- View this message in context: http://www.nabble.com/tomcat-gets-stuck-after-a-load-for-streams-writing-tp20878338p20889736.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]