Changes between Version 45 and Version 46 of Old/NodeHandler/Multicast


Ignore:
Timestamp:
Apr 4, 2006, 2:58:21 PM (18 years ago)
Author:
sswami
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Multicast

    v45 v46  
    6464default, the communication layer will send the message to all the nodes.
    6565
    66 After a message is sent, the communication server will wait for ACKs from the NodeAgent, which 
     66After a message is sent, the communication server will wait for ACKs from the NodeAgent, which
    6767will be received through the TCP socket. All message-ACK correlation for each node will be
    6868done by the communication server. Also, it will, after a pre-defined interval, repeatedly send
    69 the command till it receives an ACK confirming receipt of a previously sent message from all the intended nodes. Only after all the NodeAgents have confirmed successful receipt of the
    70 command, will the communication server initmate the NodeHandler to proceed with sending the next command.
     69the command till it receives an ACK confirming receipt of a previously sent message from all
     70the intended nodes. Only after all the NodeAgents have confirmed successful receipt of the
     71command, will the communication server initmate the NodeHandler to proceed with sending the
     72next command.
    7173
    7274This amounts to an error correcting mechanism on top of reliable multicast, but it has been
    7375deemed necessary because the ACL/LCT implementation is not fully reliable in the sense that it
    74 doesn't guarantee reliable delivery,
     76doesn't guarantee reliable delivery.
    7577}}}
    7678