This section explores this interaction first by describing the instance interaction within the server and then the interaction within the client. "Understanding RPC Services" on page 64 describes the interaction between the client and the server, using a simple caller-dispatcher pair as the example.
NOTE The example presented here uses specific classes and implements a simple caller-dispatcher pair. Your implementation might use different classes derived from the same source and might include a more complex caller-dispatcher configuration, but the basic principles remain the same.