The RPC Execution Order, continued
|
- The server stub has been waiting on any client's request.
It unmarshals the arguments from the network messages and possibly
converts them to its own (architecture's) format.
- The server stub executes a local procedure call to invoke the
actual server function.
- When the server procedure is finished it returns (normally) to the
server stub, returning any required arguments.
|
CITS3002 Computer Networks, Lecture 10, Architecture independent applications, p3, 8th May 2024.
|