| | CS333 Lab C-1: Remote Procedure Call (Site not responding. Last check: 2007-11-01) |
 | | The client preparing to invoke a remote procedure call must specify the name of the service to be invoked across the network, the order and types of the parameters to be sent in the procedure call, and the expected type of the return value. |
 | | Similarly, a server preparing to accept remote procedure calls from across the network must specify the name of the service it is providing, the order and types of parameters expected, and the type of the return value. |
 | | This information, collectively called the "cursor" in the rest of this assignment, will go to the query generator that will pose a corresponding data query to be sent to the data server using your RPC mechanism. |
| siesta.cs.wustl.edu /~kjg/cs333/rpc-new.html (2092 words) |