RpcRegistry(3I) | InterViews Reference Manual | RpcRegistry(3I) |
RpcRegistry - name space for finding RPC services
#include <Dispatch/rpcregistry.h>
RpcRegistry provides a name space for finding RPC services based on the use of NFS filesystems among a group of hosts. When an RPC service wishes to record its host name and port number, it will give the path of a file in which to store the information. When a client wants to find the RPC service's host name and port number, it will give the path of a file from which to read the information. Usually the path will be the name of a file in the current working directory since different hosts may have different absolute pathnames for the same file in a NFS filesystem. The RPC service's name space is the name space of the host's filesystem and the file's contents provides the information needed to open a connection to the RPC service.
Each function is a static member function, which means a program can call it without having to instantiate an RpcRegistry object. Each function returns true if it succeeded or false if some error occurred.
RpcService(3I)
27 March 1991 | InterViews |