The RPC Execution Order, continued
|
- The server stub converts the return values, if necessary, and
builds one or more network messages.
- These messages traverse the network.
- The client stub reads the replies from the local kernel (it has
blocked all this time).
- After possibly converting the return values the client stub
returns to the calling procedure; control flow is again in the client's code.
|
CITS3002 Computer Networks, Lecture 10, Architecture independent applications, p4, 8th May 2024.
|