Changes between Version 41 and Version 42 of rpc_implementation


Ignore:
Timestamp:
Oct 3, 2019, 1:42:10 PM (4 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rpc_implementation

    v41 v42  
    33[[PageOutline]]
    44
    5 To enforce locality for complex operations requiring a large number of remote memory accesses, the various kernel instances can communicate using RPCs (Remote Procedure Call), respecting  the client/server model. This section describe the RPC mechanism implemented by ALMOS-MKH.
     5To enforce locality when a single complex operation requires a large number memory accesses to one single remote cluster, ALMOS-MKH defines RPCs (Remote Procedure Call), respecting  the client/server model. This section describe the RPC mechanism implemented by ALMOS-MKH.
    66The corresponding code is defined in the ''rpc.c'' and ''rpc.h'' files. The software FIFO implementing the client/server communication channel is defined in the ''remote_fifo.c'' and ''remote_fifo.h'' files.
    77