Changes between Version 8 and Version 9 of Old/NodeHandler/Broadcast
- Timestamp:
- Apr 10, 2006, 9:47:00 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/NodeHandler/Broadcast
v8 v9 104 104 == Algorithm == 105 105 106 The NodeHandler and the NodeAgent processes on startup will open the required pipes and then 107 fork the Communication Server process. The existing code will be modified to send all 108 messages through a pipe instead of a socket. Also, access to the pipe will be serialized. The 109 Communication Server is a 2-threaded process. 110 106 111 '''NodeHandler Communication Server''' 107 112 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: 113 Following is the pseudo-code for this process functionality: 111 114 112 115 {{{ … … 157 160 }}} 158 161 162 '''NodeAgent Communication Server''' 163 164 {{{ 165 166 }}} 167 159 168 == See Also == 160 169