Changes between Version 27 and Version 28 of rpc_implementation


Ignore:
Timestamp:
Apr 3, 2018, 9:14:02 PM (6 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rpc_implementation

    v27 v28  
    6161The semantic of the '''args''' array depends on the RPC '''index''' field.
    6262
    63 This format supports both simple and multicast RPCs: The clientt 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.
     63This 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.
    6464
    6565== 6) How to define a new RPC ==