2015-06-10 14:45 GMT+02:00 <r...@apache.org>:

> Author: remm
> Date: Wed Jun 10 12:45:26 2015
> New Revision: 1684663
>
> URL: http://svn.apache.org/r1684663
> Log:
> Direct buffers need explicit cleanup to ensure complete reliability
> without OOMs.
>
> Rationale:
- The NIO JVM code does it, so it's probably good.
- Testing the OpenSSL code, when not using direct buffers, it uses throw
away direct buffers (a bit like NIO actually) which then cause OOMs in
throughput tests.

In non critical paths, I suppose the buffers go away eventually, so it's
probably not needed everywhere.

Rémy

Reply via email to