This example uses the SUN RPC protocol. A short note on how to run this RPC example: 0. Log into marge and amp 1. Cread stubs (from either machine): "rpcgen date.x" 2. Create the client "rdate" on amp: "make rdate" 3. Create the server "date_svc" on marge: "make date_svc" 4. Run the server on marge: "date_svc&" 5. Run the client on amp: "rdate marge"