Re: tomcat gets stuck after a load for streams writing

2008-12-08 Thread Filip Hanik - Dev Lists
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

RE: tomcat gets stuck after a load for streams writing

2008-12-07 Thread Michal Singer
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. > >

RE: tomcat gets stuck after a load for streams writing

2008-12-07 Thread Caldarale, Charles R
> 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

RE: tomcat gets stuck after a load for streams writing

2008-12-07 Thread Michal Singer
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

RE: tomcat gets stuck after a load for streams writing

2008-12-07 Thread Caldarale, Charles R
> 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

Re: tomcat gets stuck after a load for streams writing

2008-12-07 Thread Michal Singer
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

Re: tomcat gets stuck after a load for streams writing

2008-12-07 Thread Mark Thomas
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

Re: tomcat gets stuck after a load for streams writing

2008-12-07 Thread Michal Singer
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

Re: tomcat gets stuck after a load for streams writing

2008-12-07 Thread Mark Thomas
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