Changes between Version 36 and Version 37 of rpc_implementation


Ignore:
Timestamp:
Jan 17, 2019, 3:57:12 PM (5 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rpc_implementation

    v36 v37  
    7171All RPC services defined by ALMOS-MKH can be used in ''simple'' or ''parallel'' mode.
    7272Only the behavior of the client has to be modified for a parallel RPC : To send parallel RPC requests to several servers, the client thread doe not block until the last request has been registered in the last server FIFO.
    73 Therefore, to request a RPC service XYZ in parallel mode to N servers, the client function does NOT use the ''rpc_xyz_client()'' function, and follows the following the client scenario:
     73Therefore, to request a RPC service XYZ in parallel mode to N servers, the client function does NOT use the ''rpc_xyz_client()'' function, and must implement the following client scenario:
    74741. allocate itself an array of RPC descriptors rpc[N] in client cluster (one per target server),
    75751. allocate itself a shared responses counter in client cluster (can be in client stack),