My patches to o.a.c.tomcat3 shouldn't do anything to turn TC3.3+Coyote from
a dog to a cat ;).  They are just clean-ups.

Keith seems to have narrowed it down to o.a.c.tomcat3 (since o.a.c.http11 is
shared with Tomcat 4, and the rest of 3.3 is shared with the
Http10Connector).  However, I can't find anything there just by looking
(and, this is one of the thinnest packages you can find).  The
CoyoteConnector add a preService method (which has a similar method in 4.x),
and a postRequest method (which is presumably for Jk2, since it does nothing
for HTTP).

I'm not going to have time for probably at least a couple of weeks to be
able to run 3.3.2-dev under OptimizeIt to try and pin down where the bottle
neck is.  But if someone else has time, I can try and answer the "why does
this do that" type of questions.

----- Original Message -----
From: "Keith Wannamaker" <[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/http11    37rq/sec, 406kb/sec
> http10           30rq/sec, 181kb/sec
>
> I've always held that 3.3 was more "lean and mean" than 4.0 but
> now I'm wondering if this is just indicating some basic 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, e-mail:
<mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:tomcat-dev-help@;jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to