Changes between Version 27 and Version 28 of rpc_implementation
- Timestamp:
- Apr 3, 2018, 9:14:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rpc_implementation
v27 v28 61 61 The semantic of the '''args''' array depends on the RPC '''index''' field. 62 62 63 This format supports both simple and multicast RPCs: The client tthread initializes the '''response''' field with the number of expected responses, and each server thread atomically decrement this counter when the RPC request has been satisfied.63 This format supports both simple and multicast RPCs: The client thread initializes the '''response''' field with the number of expected responses, and each server thread atomically decrement this counter when the RPC request has been satisfied. 64 64 65 65 == 6) How to define a new RPC ==