SHRIMP Remote Procedure Call
SHRIMP Remote Procedure Call (SRPC) provides a very fast RPC service for programs running on the SHRIMP multicomputer.
Three things are required to use SRPC:
generating stubs
;
writing the server code
;
writing the client code
.
Sample makefile
Ed Felten