dev@grizzly.java.net

Re: Questions about Protocol Buffer Implementation

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Mon, 18 Jul 2011 16:34:50 +0200

Hi Chad,

> Thanks for taking a look at the code and telling me what was need to be
> added. I've added CDDL to all sources. Maybe you could clarify what the
> flip() is and why I don't need it.
Ryan suggested to replace flip with trim.
Trim is pretty similar to flip, it prepares buffer for the following
read operations, but additionally it may return unused Buffer space back
to thread local memory storage.

WBR,
Alexey.

> Thanks.
>
> --
> View this message in context: http://grizzly.1045725.n5.nabble.com/Questions-about-Protocol-Buffer-Implementation-tp4305806p4597945.html
> Sent from the Grizzly - Development mailing list archive at Nabble.com.