> > De: Stuart Roebuck [mailto:[EMAIL PROTECTED]]
> > Enviado el: lunes 11 de febrero de 2002 19:14
>
>
> > Why does Cocoon 2.0 work better with HTTP 1.0 rather than 1.1
> > under Tomcat
> > 4?
> >
>
> Nothing fancy or weird, simply the HTTP/1.1 connector in Tomcat 4.0
> *was* so slow, and a big garbage producer, and the HTTP/1.0 is more or
> less the same that Tomcat 3.2 had..

Nope, that's not the reason why the HTTP/1.1 connector is (a lot) slower
that the HTTP/1.0 connector for Cocoon.
Both generate the same amount of garbage, and share the same design. That
design is not adapted to HTTP/1.1, and makes chunking performance bad,
especially when writing data byte by byte, which is apparently what Cocoon 2
is doing.

> But afaik, 4.0.2 has inside the new HTTP/1.1 connector rewrited from
> scratch by Remy Maucherat, known as "Coyote", and the advice contained
> in the readme perhaps is no longer valid.. Remy can you add some more
> first hand info ?, thanks

No, next version.

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to