Please enable JavaScript.
Coggle requires JavaScript to display documents.
RPC (General Use Alternatives (Open Network Computing Remote Procedure…
RPC
-
Remote Procedure Call
-
The programmer writes essentially the same code whether the subroutine is local to the executing program
-
Implemented via a request–response message-passing system. In the object-oriented programming paradigm, RPC calls are represented by remote method invocation
-
-
-
History
Remote procedure calls used in modern operating systems trace their roots back to the RC 4000 multiprogramming system
The idea of treating network operations as remote procedure calls goes back at least to the 1970s in early ARPANET documents
-
-