Re: Benchmarking gcj-built Tomcat

2003-10-14 Thread Adam Megacz
Sadly it doesn't do any JITting. I recommend writing a custom classloader that Runtime.exec()'s gcj to compile the webapp into a .so, and then dlopen() that. - a Gary Benson <[EMAIL PROTECTED]> writes: > Chad Johnson wrote: > > I can't help with the benchmark software but I've got a question

mod_jk2 jni connector: segfault in CreateJavaVM with Sun VM; IBM VM works fine

2003-01-28 Thread Adam Megacz
Hey, I'm using mod_jk2 with Apache2 (prefork) on Linux, and the Sun JVM (1.4 and 1.3) segfaults somewhere deep within libjvm.so's CreateJavaVM call, yet IBM's JVM (1.4) works fine. Has anybody else experienced this? Any idea what causes it? If this isn't enough info, I'll make a much more detai