You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Fred Krone (JIRA)" <ji...@apache.org> on 2017/06/15 20:39:00 UTC

[jira] [Updated] (GEODE-1301) HeapDataOutputStream.sendTo(SocketChannel, ByteBuffer) could be optimized

     [ https://issues.apache.org/jira/browse/GEODE-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Krone updated GEODE-1301:
------------------------------
    Labels: offheap  (was: )

> HeapDataOutputStream.sendTo(SocketChannel, ByteBuffer) could be optimized
> -------------------------------------------------------------------------
>
>                 Key: GEODE-1301
>                 URL: https://issues.apache.org/jira/browse/GEODE-1301
>             Project: Geode
>          Issue Type: Improvement
>          Components: offheap
>            Reporter: Darrel Schneider
>              Labels: offheap
>
> Currently HeapDataOutputStream.sendTo(SocketChannel, ByteBuffer) will call Channel.write for each direct ByteBuffer in the HeapDataOutputStream (which can be multiple if doNotCopy=true). And it will call combine consecutive heap ByteBuffers into a write call.
> It would be much better if it called Channel.write once with an array of ByteBuffers resulting in one system call the way HeapDataOutputStream.sendTo(SocketChannel) does.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)