costin      02/03/27 16:14:34

  Removed:     jk/native2/jni jk_jnicb.c jk_jnicb.exp jk_jnicb.h
  Log:
  Remove the old jni code, no longer supported for jk2.
  
  Jk2 uses the a jni channel and ajp13 marshalling. This minimize the amount
  of JNI calls ( each cross has a performance impact ) and eliminate the allocation
  and conversion on the C side ( creating the strings was hugely expensive,
  almost eliminating any benefit of doing jni - the java side knows how to
  avoid strings and create them efficiently, and the optimizations is hard
  to reproduce in C ).

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

Reply via email to