Actually I forgot to mention that I am still on 0.9.2. Is there a simple way of achieving the same.
thanks, Srikanth On 4/28/06, peter royal <[EMAIL PROTECTED]> wrote:
On Apr 28, 2006, at 2:41 PM, Srikanth Veeramachaneni wrote: > What is the easiest way to prevent byte buffer pooling if I wanted to > run a quick test for option 2 - "don't attempt to pool buffers"? ByteBuffer.setAllocator( new SimpleByteBufferAllocator() ); -pete -- [EMAIL PROTECTED] - http://fotap.org/~osi
