arale, Charles R wrote:
From: Michal Singer [mailto:[EMAIL PROTECTED]
Subject: RE: tomcat gets stuck after a load for streams writing
i configured the maxThreads on the executor and didn't help.
It should have let you get to 400 request processors, rather than the
default of 200 tha
MAIL PROTECTED]
>> Subject: RE: tomcat gets stuck after a load for streams writing
>>
>> i configured the maxThreads on the executor and didn't help.
>
> It should have let you get to 400 request processors, rather than the
> default of 200 that you were seeing.
>
>
> From: Michal Singer [mailto:[EMAIL PROTECTED]
> Subject: RE: tomcat gets stuck after a load for streams writing
>
> i configured the maxThreads on the executor and didn't help.
It should have let you get to 400 request processors, rather than the default
of 200 that you were
es 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/b
> 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, i
why? was there a bug regarding this issue which was fixed there?
thanks, Michal
markt-2 wrote:
>
> Michal Singer wrote:
>> Tomcat version? 6.0.14
>
> Try 6.0.18
>
> Mark
>
>> JDK version? 1.5.0_12
>> OS? Microsoft Windows Server 2003
>> Connector configuration settings?
>> > protocol="org.a
Michal Singer wrote:
> Tomcat version? 6.0.14
Try 6.0.18
Mark
> JDK version? 1.5.0_12
> OS? Microsoft Windows Server 2003
> Connector configuration settings?
> protocol="org.apache.coyote.http11.Http11NioProtocol"
> maxKeepAliveRequests="1" maxThreads="400" processCache="400"
> connectionTimeou
Tomcat version? 6.0.14
JDK version? 1.5.0_12
OS? Microsoft Windows Server 2003
Connector configuration settings?
markt-2 wrote:
>
> Michal Singer wrote:
>> I use tomcat 6 with nio connectors. i run a heavy load of data and after
>> a
>> while the tomcat gets stuck
>> and stops processing requ
Michal Singer wrote:
> I use tomcat 6 with nio connectors. i run a heavy load of data and after a
> while the tomcat gets stuck
> and stops processing requests from client.
> I posted before regarding this and was asnwered that the problem may be in
> my server
> (http://www.nabble.com/Tomcat-reque