Re: Coyote/Http11 under load

2002-11-08 Thread Remy Maucherat
Keith Wannamaker wrote: The numbers were suspect because I was running 3.3 under JBuilder but 4.0 externally, I'd imagine. I set up clean tomcat trees and ran them outside of any test environment and I get these numbers: (100 rqs/10 concurrent cx) TC 4.0.6 | TC 3.3.2

Re: Coyote/Http11 under load

2002-11-07 Thread Bill Barker
amaker" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 9:49 PM Subject: RE: Coyote/Http11 under load > Same box, same app, same test, with Tomcat 4.0.6's http10 and 11 adaptor: > > coyote/http1137r

RE: Coyote/Http11 under load

2002-11-07 Thread Keith Wannamaker
container between the tests. I'm still investigating, but it may be easier for us to move to 4.0. Keith | -Original Message- | From: Remy Maucherat [mailto:remm@;apache.org] | Sent: Thursday, November 07, 2002 2:22 AM | To: Tomcat Developers List | Subject: Re: Coyote/Http11 under loa

Re: Coyote/Http11 under load

2002-11-06 Thread Remy Maucherat
riginal Message- | Subject: Coyote/Http11 under load | | | I'm using http11 on a busy site with more or less Tomcat 3.3 head | (3.3.2-dev). | | coyote/http11 4.2rq/sec, 63kb/sec | http10 6.3rq/sec, 92kb/sec -- To unsubscribe, e-mail: For additional commands, e-mail: -- To un

RE: Coyote/Http11 under load

2002-11-06 Thread Keith Wannamaker
architectural differences. Keith | -Original Message- | Subject: Coyote/Http11 under load | | | I'm using http11 on a busy site with more or less Tomcat 3.3 head | (3.3.2-dev). | | coyote/http11 4.2rq/sec, 63kb/sec | http10 6.3rq/sec, 92kb/sec -- To unsubscribe

Coyote/Http11 under load

2002-11-06 Thread Keith Wannamaker
I'm using http11 on a busy site with more or less Tomcat 3.3 head (3.3.2-dev). I set up the connector with ServerSoTimeout="5000", SoTimeout="5000", maxThreads 100, maxSpare 50, minSpare 20. This yields severe performance problems after only a short time in service. On reverting back to http10,