> Hi Remy,
>
> A little late reply but :
>
> >> Hi Remy,
> >>
> >> What's the final goal for Coyote ?
> >>
> >> ;)
> >
> >- It should be faster than the current HTTP/1.1 processor
> >- It should address the HTTP/1.1 items marked as later in bugzilla
> >- It should be maintainable
> >- It should be easily testable
> >- It uses j-t-c/util and should be GC friendly, at least when used
> >standalone (without any adapter)
> >- It should work with 4.0 and 4.1; I'll make it available as a
> >module for
> >4.0.x to get some testing
> >
> >At the moment, I need to add:
> >- support for input chunking (that's the hardest filter to write)
> >- HTTP/0.9 support
> >- some tweaks to the response processing (I think there are a few cases
> >missing)
> >- write more tests
>
> >- and of course, the adapter for Catalina
>
> Do you think we could use coyote as a module for Tomcat 3.3 ?

Yes you can, but it's not as interesting as having it work with 4.0.
Overall, it should be a bit faster than the HTTP/1.0 connector, while
supporting HTTP/1.1, but it uses the same j-t-c/util buffers and helpers TC
3.3 already has (so no new benefit here).

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to