You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2002/03/28 01:14:34 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jnicb.c jk_jnicb.exp jk_jnicb.h

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>