Will ByteBuffer.duplicate() cause memory leak?

On 8/14/07, Trustin Lee <[EMAIL PROTECTED]> wrote:
>
> On 8/14/07, mat <[EMAIL PROTECTED]> wrote:
> > Hi Trustin,
> >
> > I reviewed this thread and don't quite understand this one. "Basically,
> > duplicating a buffer and writing them to each sessions should work
> fine.  To
> > reduce total memory consumption, you could use a queue to prevent too
> many
> > buffers are allocated during the short period."
>
> It's a historical thread. :)
>
> Old version of MINA didn't provide ByteBuffer.duplicate(), so a user
> had to create a copy of the original buffer every time they send the
> same message to multiple recipients.  With MINA 1.0.0 or above, you
> don't have memory consumption issue anymore.
>
> HTH,
> Trustin
> --
> what we call human nature is actually human habit
> --
> http://gleamynode.net/
> --
> PGP Key ID: 0x0255ECA6
>

Reply via email to