> I have just a question what happends with jni (we have to use the same
> threads for JVM and Apache)?

Yes. That's how the jni is designed to work - avoiding thread switching
and doing all processing in the request thread ( just like mod_perl or 
mod_php would do it ) is important.

However that only means that 'native' ( or posix, etc ) threads must be
used in both sides. Java can 'aquire' an apache thread ( by using attach ).
AFAIK it uses TLD.

The JNI worker requires APR right now - the 'non-APR' jk2 is the minimal
socket impl., without shm or almost any non-essential feature.

Costin 

> 
>> 
>> 
>> All the code is allready inside the jk2 (working right now for most of
>> you).
>> 
>> MT.
>> 
>> 
>> --
>> To unsubscribe, e-mail:  
>> <mailto:[EMAIL PROTECTED]> For additional
>> commands, e-mail: <mailto:[EMAIL PROTECTED]>
>> 
>>

-- 
Costin



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

Reply via email to