Changes between Version 48 and Version 49 of Old/NodeHandler/Multicast


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

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Multicast

    v48 v49  
    101101'''R.7:'''
    102102{{{
    103 To send a message to the NodeAgent, the NodeHandler will pipe this message to the
    104 communication server. This message will contain information that will inform the server
    105 whether to send the message to all the nodes or to a subset group of nodes.
    106 
    107 
    108 }}}
    109 
    110 '''R.8:'''
    111 {{{
    112103All issues relating to scaling impacts on the decision to use TCP will be thoroughly
    113 investigated.
     104investigated. TCP is a quick way for us to not think of reverse path reliability. Once we get
     105to proper scaling on the forward path, we will switch to UDP, if necessary. We might also
     106implement some scheme to prioritize the messages.
    114107}}}
    115108