2 Replies Latest reply on Nov 25, 2009 3:43 PM by clebert.suconic

    Possible and easy optimization for the journal...

    clebert.suconic

      Same deal we did with EncodingSupport to avoid one copy to the journal.

      I can easily extend EncodingSupport to also append record headers and other stuff like that.

      This way, I won't need to copy the message buffer to a temporary buffer before adding it to the TimedBuffer.

      It's a simple change.