2.86k likes | 3.08k Views
Implementing Remote Procedure Calls, by Birrell and Nelson. Basic idea of RPC - emulate what happens with a local procedure call, only. get the results from a server across the network.
E N D
Basic idea of RPC - emulate what happens with a local procedure call, only
RPC is a fundamental mechanism for network programming, used by NFS, is similar to RMI in OO languages such as Java, CORBA, is model
Birrell and Nelson chose RPC for solving their problems, other
No stack or local shared memory with remote procedure call! Everything has to be done with message passing.