Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-1419

UNICAST: switch from AckSenderWindow/AckReceiverWindow to Table<Message>

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 3.1
    • None
    • None

      UNICAST:

      • The sender has an AckSenderWindow, the receiver an AckReceiverWindow
      • The sender keeps retransmitting until the receiver delivers the message and acks it

      Suggestions:

      • Similar to NAKACK2, don't use a separate retransmitter for every member (window), but have just 1 retransmitter task scan the message tables and do retransmission
      • The sender's AckSenderWindow can also be replaced with a Table<Message>
      • Tthe receiver window can be replaced with a Table<Message> as well !

      If we can do this, then we have

      • only 1 proven data structure (Table<Message>)
      • not 1 retransmitter per window, but 1 for all the windows (saving space) !

            rhn-engineering-bban Bela Ban
            rhn-engineering-bban Bela Ban
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: