4593365 [rkeene@sledge /home/rkeene/projects/build]$ cat rpc2.txt
# SHORT DESC: Coda Remote Procedure Call Daemon
# LONG DESC: Remote Procedure Call (RPC) is a paradigm of communication between a client and a server. Interactions consist of an alternating sequence of brief requests by the client, and brief replies by the server. Each request consists of an Operation and a set of Parameters . A reply consists of a Return Code and a set of result parameters. Site and communication failures are synchronously detected.

# COMPILE REQUIREMENT: lwp

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
make install || exit 1
4593366 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06