dear mina team, i have two question for you.
  1. what's the time for mina 2 release?
  2. In the page:
http://mina.apache.org/changes-between-2x-and-1x.html. At last, it
said "ByteBuffer Pooling Has Been Removed, and a Heap Buffer is the
Default Buffer Type" and i browse mina trunk-source code about
ByteBuffer, SimpleByteBufferAllocator
class. I found the SimpleByteBufferAllocator use inner class
SimpleByteBuffer wrap java.nio.ByteBuffer to implement
org.apache.mina.common.ByteBuffer. And in fact
SimpleByteBufferAllocator use java.nio.ByteBuffer.allocateDirect and
java.nio.ByteBuffer.allocate methods to create ByteBuffer. Is it mean
that java.nio.ByteBuffer can instead of
org.apache.mina.common.ByteBuffer if i don't need AutoExpand,
PutString? Beacuse i am writing a hight performance server
application, i want to make  the code simple and faster. so ........
^_^

          thank you

          i like apache
          i like mina

yongzhi.wu (吴勇智) from china
2007.6.18

Reply via email to