Changes between Version 3 and Version 4 of Old/NodeHandler/Broadcast
- Timestamp:
- Apr 10, 2006, 8:33:53 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/NodeHandler/Broadcast
v3 v4 103 103 == Software Design == 104 104 105 == Pseudo Code==105 == Algorithm for NodeHandler Communication Server == 106 106 107 The NodeHandler on startup will open the required pipes and then fork the Communication Server 108 process. The Communication Server is a 2-threaded process. Following is the algorithm for this 109 process functionality: 110 111 {{{ 112 1. 113 2. 114 115 }}} 107 116 108 117 == See Also ==