Sun RPC Programming
Sun RPC Programming
- The RPC library is a collection of tools for automating the creation of RPC clients and servers.
- RPC clients are processes that call remote procedures.
- RPC servers are processes that include procedure(s) that can be called by clients.