Thanks. 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
