|
The RPC (Remote Procedure Call) mechanism enables a remote procedure call from a client to be communicated to a remote server. An example use of an RPC mechanism is in a distributed client/server model. A server defines a service as a collection of procedures that are callable by remote clients. A client calls procedures to access service defined by the server.
|