On Fri, 12 Apr 2002, Pier Fumagalli wrote: > >> Then it won't work... BTW, I hope you guys are not trying to load APR from > >> the VM, right? Because if so, I _really_ want to see how you can do it on > >> Mach-O kernel based Oses :)
mod_jk2 is using APR, and on the java side the JNI and Unix socket implementations are using APR. In addition we'll use APR to access shm, etc. The socket transport will allways work - so if a VM can't load APR it can use socket transport and ignore the advanced features ( or wait for a fixed VM that supports JNI ). > And to explain it better, on some Oses, such as Apple's MacOS/X, > System.load() will only load MH_BUNDLE libraries in the memory space, not > common DYLIBs. So, you'd have to have a MH_BUNDLE containing the dlopen() > (or however that function is called), so that you can load something like > APR, once that's loaded you register the functions and such, and > yadayadayada... Native loader... Way too compicarted... So the VM supports JNI, but the JNI functions can't use any library ? Sounds like a serious bug. Hopefully we'll find a workaround, or just use socket transport from java. > believe we were still waiting for Costin to get the approval for > SilverEgg's... jakarta-commons - I sent the proposal, it got the votes. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>