> Yep, yep :)
>
> What about the native part ?
>
> Since you plan to use http/1.1 as protocol, I feel
> you may didn't need a strong connector only something like
> proxy ?
>
> Whatever, happy to see you in j-t-c Remy ;)

The goals with those "new" objects are :
- Remove any dependencies with the rest of Tomcat 3.x
- Remove anything which looked servlet container specific
- Remove interceptors (I didn't think they belonged here)
- Don't change things too much so that it's easy to port the TC 3 connectors
if needed
- It should be a lot easier to write a connector for Coyote that it is to
write a connector for Tomcat 4
- A Tomcat 4 adapter will be written

It doesn't deal with the native part at all, it just is an updated API for
the Java side.

I'll start to write an HTTP/1.1 connector for it, and see how well it goes.
That may cause changes in the API if there are design problems.

Remy

Reply via email to