Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_jni.c

2002-11-21 Thread jean-frederic clere
Mladen Turk wrote: That's like you said ... ;) Is there a Java implementation withouth threads? I do not think so. If not then, we should disable jni for non-threaded apr. Make that dependent of HAVE_JNI. There is no need to compile in the JNI for non-threaded servers. Yes. But that is even

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_jni.c

2002-11-21 Thread Mladen Turk
That's like you said ... ;) Is there a Java implementation withouth threads? If not then, we should disable jni for non-threaded apr. Make that dependent of HAVE_JNI. There is no need to compile in the JNI for non-threaded servers. Or simply... #ifndef APR_HAS_THREADS #error You will need to ena