On Thu, 21 Feb 2002, Pier Fumagalli wrote: > > There are only two "native daemon" configurations I'm interested in: > > - embedded in Apache 2 with a JNI connector > > That's feasible, but requires major changes in Tomcat 4.0
It should work fine with jk2, no change is needed in tomcat ( it's the same code used for ajp ). What's holding this is the multi-process aspect of Apache, and to solve this we need to improve the configuration ( so Apache can be treated as a 'natural' loadbalancing ). > > At this point, I do not see the need for any use of native code from the > > Java side. > > Agreed wholeheartly... I disagree, but it doesn't matter - both can be implemented. Native code is used and needed by jk, and 'wrapping' APR is one of my current goals - it'll provide much more than chuid. I think it's much cleaner to use 'normal' JNI when you want to call C code from java, so I'll stick with this solution. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>