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
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