Skip to content

Opening book details…

Can I read Understanding Remote Procedure Calls on EtoBox?

Understanding Remote Procedure Calls by Common Man is a document available to read on EtoBox.

What is Understanding Remote Procedure Calls about?

RPC allows a program to execute a procedure call on another computer as if it was a local procedure call. It hides the complexity of network communication by making remote procedure calls appear as local calls through the use of client and server stubs. The client stub packs parameters into a message and sends it to the server, while the server stub unpacks them and calls the actual remote procedure.

Author
Common Man
Language
EN