Outubro 2008
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Remote Procedure Calls
nRemote procedure call, RPC
nStubs – client-side proxy for the actual procedure on the server.
nThe client-side stub locates the server and marshalls the parameters.
nThe server-side stub receives this message, unpacks the marshalled parameters, and peforms the procedure on the server.