Changes between Version 3 and Version 4 of Old/NodeHandler/Broadcast


Ignore:
Timestamp:
Apr 10, 2006, 8:33:53 PM (18 years ago)
Author:
sswami
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Broadcast

    v3 v4  
    103103== Software Design ==
    104104
    105 == Pseudo Code ==
     105== Algorithm for NodeHandler Communication Server ==
    106106
     107The NodeHandler on startup will open the required pipes and then fork the Communication Server
     108process. The Communication Server is a 2-threaded process. Following is the algorithm for this
     109process functionality:
     110
     111{{{
     1121. 
     1132.
     114
     115}}}
    107116
    108117== See Also ==