[jboss-jira] [JBoss JIRA] Created: (JGRP-572) PIGGYBACK

Bela Ban (JIRA) jira-events at lists.jboss.org
Thu Aug 9 08:43:00 EDT 2007


PIGGYBACK
---------

                 Key: JGRP-572
                 URL: http://jira.jboss.com/jira/browse/JGRP-572
             Project: JGroups
          Issue Type: Feature Request
            Reporter: Bela Ban
         Assigned To: Bela Ban
             Fix For: 2.x


Oftentimes, JGroups sends messages which have only headers but no payload. These messages (e.g. heartbeats, stability/stable messages) could use another message to piggy back on. Or - if no regular message is sent within a certain timeout - all accumulated piggy back messages could be merged into one.
The advantage is that we send less traffic.
Implementation could be via a flag PIGGYBACK (same as OOB) in Message, and a protocol PIGGYBACK. The protocol accumulates all messages with the flag PIGGYBACK set, and attaches them to a regular message, or - when a timeout elapses - merges as many of the piggy back messages as possible and sends them as one message.

Note that this is not the same as the old PIGGYBACK protocol which used to be in JGroups a long time ago.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list