On Jun 28, 2006, at 3:49 AM, G.S.S. Mahadevan wrote:
I think we need to another Allocater which just wraps around a given byte[] and does not do any pooling etc. This would be usefull in following situation: * High rate transaction ( > 100 transactions/sec) where one has to copy/creat small buffer * Avoidance of GC at that rate
You have a fixed message you need to repeatedly send? You can already wrap existing bytes...
ByteBuffer.wrap() -pete -- [EMAIL PROTECTED] - http://fotap.org/~osi
smime.p7s
Description: S/MIME cryptographic signature
