Changes between Version 2 and Version 3 of Internal/Reliability
- Timestamp:
- Feb 19, 2007, 7:55:40 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Reliability
v2 v3 84 84 quickly. 85 85 86 === Threaded CMC ===86 === Threaded or Stateful CMC === 87 87 88 88 It is difficult to instrument the current CMC to compensate for any … … 98 98 a command was issued. Because the present CMC implementation can only 99 99 interact in this way with one node at a time, this mandatory wait time 100 does not scale. 100 does not scale. Changing the underlying protocol to TCP, and 101 incorporating a reply from the node indicating success or failure into 102 the protocol, would work without rewriting the CMC as a threaded, 103 assuming that the protocol reply came quickly enough to scale to 400 104 nodes. 101 105 102 106 === New CM ===