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 enable threads to compile JNI
#endif

> -----Original Message-----
> From: [EMAIL PROTECTED]

>   +#if APR_HAS_THREADS
>                while (jk_jni_status_code != 2) {
>                    apr_thread_yield();
>                }
>   +#endif

MT.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to