Changes between Version 38 and Version 39 of Old/NodeHandler/Multicast


Ignore:
Timestamp:
Apr 3, 2006, 7:39:09 PM (18 years ago)
Author:
sswami
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Multicast

    v38 v39  
    4343UDP socket calls and socket processing code will be changed to that for TCP sockets.
    4444}}}
     45
     46'''R.3:'''
     47{{{
     48The communication layer will use two separate approaches, one for sending messages and the
     49other for receiving messages. Messages being sent from the NodeHandler to the NodeAgent will
     50use ALC/LCT. A single message will be sent by the NodeHandler using ALC/LCT and this message
     51will be received by all the NodeAgents.
     52
     53Messages being received from the NodeAgent will be use TCP. The NodeAgent communication layer will be modified to send all messages to the NodeHandler using TCP.
     54}}}
     55
    4556== Overall Architecture ==
    4657