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


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

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Multicast

    v37 v38  
    3131'''R.2:'''
    3232{{{
    33 All communication will be handled in the communication layer which will be a separate process. ALC/LCT is a multi-threaded implementation and so we are not sure of the issues that may arise if it is made into a loadable library instead of a separate process. The present focus is on exploring reliable multicast and once this issue is resolved, the issues pertaining to converting this process into a loadable library will be addressed to.
     33All communication will be handled in the communication layer which will be a separate process.
     34ALC/LCT is a multi-threaded implementation and so we are not sure of the issues that may arise
     35if it is made into a loadable library instead of a separate process. The present focus is on
     36exploring reliable multicast and once this issue is resolved, the issues pertaining to
     37converting this process into a loadable library will be addressed to.
    3438
    35 At this time, only changes to the communication layer in the NodeHandler is being considered. Similar changes to the communication layer in the NodeAgent will be considered later. At the moment, minor changes will be made to the current NodeAgent communication layer. The changes made will be limited to conforming to the new NodeHandler communication layer, e.g. existing UDP socket calls and socket processing code will be changed to that for TCP sockets.
     39At this time, only changes to the communication layer in the NodeHandler is being considered.
     40Similar changes to the communication layer in the NodeAgent will be considered later. At the
     41moment, minor changes will be made to the current NodeAgent communication layer. The changes
     42made will be limited to conforming to the new NodeHandler communication layer, e.g. existing
     43UDP socket calls and socket processing code will be changed to that for TCP sockets.
    3644}}}
    3745== Overall Architecture ==