Changes between Version 48 and Version 49 of Old/NodeHandler/Multicast
- Timestamp:
- Apr 4, 2006, 3:21:31 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/NodeHandler/Multicast
v48 v49 101 101 '''R.7:''' 102 102 {{{ 103 To send a message to the NodeAgent, the NodeHandler will pipe this message to the104 communication server. This message will contain information that will inform the server105 whether to send the message to all the nodes or to a subset group of nodes.106 107 108 }}}109 110 '''R.8:'''111 {{{112 103 All issues relating to scaling impacts on the decision to use TCP will be thoroughly 113 investigated. 104 investigated. TCP is a quick way for us to not think of reverse path reliability. Once we get 105 to proper scaling on the forward path, we will switch to UDP, if necessary. We might also 106 implement some scheme to prioritize the messages. 114 107 }}} 115 108