Changes between Version 8 and Version 9 of Old/NodeHandler/Broadcast


Ignore:
Timestamp:
Apr 10, 2006, 9:47:00 PM (18 years ago)
Author:
sswami
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Broadcast

    v8 v9  
    104104== Algorithm ==
    105105
     106The NodeHandler and the NodeAgent processes on startup will open the required pipes and then
     107fork the Communication Server process. The existing code will be modified to send all
     108messages through a pipe instead of a socket. Also, access to the pipe will be serialized. The
     109Communication Server is a 2-threaded process.
     110
    106111'''NodeHandler Communication Server'''
    107112
    108 The NodeHandler on startup will open the required pipes and then fork the Communication Server
    109 process. The Communication Server is a 2-threaded process. Following is the pseudo-code for
    110 this process functionality:
     113Following is the pseudo-code for this process functionality:
    111114
    112115{{{
     
    157160}}}
    158161
     162'''NodeAgent Communication Server'''
     163
     164{{{
     165
     166}}}
     167
    159168== See Also ==
    160169