DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Programming with Remote Procedure Calls (RPC)

Programming with Remote Procedure Calls (RPC)

The Remote Procedure Calls (RPC) mechanism is a high-level communications paradigm for network applications. By use of RPC, programs on networked platforms can communicate with remote (and local) resources.

RPC allows network applications to use specialized kinds of procedure calls designed to hide the details of underlying networking mechanisms. RPC is transport-independent, able to take advantage of whatever kinds of networking mechanisms (such as TCP/IP or ISO) may be available. RPC implements a logical client-to-server communications system designed specifically for the support of network applications. Generic facilities, such as rpcbind(1Mtcp), associate network services with universal network addresses.


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004