[jboss-jira] [JBoss JIRA] Updated: (JGRP-1021) Daisy chaining of messages
Bela Ban (JIRA)
jira-events at lists.jboss.org
Wed Aug 4 07:02:49 EDT 2010
[ https://jira.jboss.org/browse/JGRP-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban updated JGRP-1021:
---------------------------
Summary: Daisy chaining of messages (was: CLOUD_TCP: more scalable impl of TCP)
Description:
For non multicasting environments (e.g. clouds, which offer only TCP), sending message M to N members involves sending M N-1 times. Rachid et al (see below) introduce a daisy chaining method, which has A send the message to B, B forwarding it to C, C to D and so on. This relieves A of some sending work and makes the line from A to the switch less contented. Throughput increases, although latency increases slightly, too.
Papers:
[1] http://infoscience.epfl.ch/getfile.py?docid=7701&name=paper&format=pdf&version=1
[2] infoscience.epfl.ch/record/149218/files/paper.pdf
See JGroups/doc/design/CLOUD_TCP.txt for details
was:See JGroups/doc/design/CLOUD_TCP.txt for details
> Daisy chaining of messages
> --------------------------
>
> Key: JGRP-1021
> URL: https://jira.jboss.org/browse/JGRP-1021
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 2.11
>
>
> For non multicasting environments (e.g. clouds, which offer only TCP), sending message M to N members involves sending M N-1 times. Rachid et al (see below) introduce a daisy chaining method, which has A send the message to B, B forwarding it to C, C to D and so on. This relieves A of some sending work and makes the line from A to the switch less contented. Throughput increases, although latency increases slightly, too.
> Papers:
> [1] http://infoscience.epfl.ch/getfile.py?docid=7701&name=paper&format=pdf&version=1
> [2] infoscience.epfl.ch/record/149218/files/paper.pdf
> See JGroups/doc/design/CLOUD_TCP.txt for details
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list