> > If it helps, I already did all that, the code is in
> >     tomcat/src/native/apache/modules/mod_ajp23.c
> >
> > It does increase the performance, and it seems to work fine.
> >
> > ( also should work over Unix domain sockets )
> >
> > Costin
>
> Cool ! I'm going to look at this code. Thanks for the info.
> Why isn't this the default protocol&module for Tomcat with Apache ?

mod_jserv is stable, well tested and many are familiar with the code base.
Speed or features are less important.

It has connection reuse, callbacks and it's much simpler than mod_jserv,
i.e. it's a simple apache module with no extra architecture inside.
( that also means it has no wrapper ).

I also think that load balancing should be in a separate module if possible,
to allow multiple protocols participate in the pool
( AJP23 on top of Unix sockets and Ajp11 on top of TCP and JNI embeded in
Apache )


Costin




--
----------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to