[jboss-jira] [JBoss JIRA] (JGRP-1991) TCP_NIO2: copy on demand

Bela Ban (JIRA) issues at jboss.org
Thu Dec 3 08:33:00 EST 2015


Bela Ban created JGRP-1991:
------------------------------

             Summary: TCP_NIO2: copy on demand
                 Key: JGRP-1991
                 URL: https://issues.jboss.org/browse/JGRP-1991
             Project: JGroups
          Issue Type: Enhancement
            Reporter: Bela Ban
            Assignee: Bela Ban
             Fix For: 3.6.7


When TCP_NIO2 writes data, we always pass a copy of data of it, because of JGRP-xxx.
However, if we copied the data only on a *partial write* (full writes don't need a copy), then we could always pass data from reused buffers down to the transport.




--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list