Mittwoch, 9. März 2011

CS6223 List of RPC Programming References

CS6223 List of RPC Programming References
Communications Programming Concepts
Chapter 8. Remote Procedure Call

Remote Procedure Call (RPC) is a protocol that provides the high-level communications paradigm used in the operating system.

RPC presumes the existence of a low-level transport protocol, such as Transmission Control Protocol/Internet Protocol (TCP/IP) or User Datagram Protocol (UDP), for carrying the message data between communicating programs.

RPC implements a logical client-to-server communications system designed specifically for the support of network applications.

This chapter provides the following information about programming RPC:

RPC Model
RPC Message Protocol
RPC Authentication
RPC Port Mapper Program
Programming in RPC
RPC Features
RPC Language
rpcgen Protocol Compiler
List of RPC Programming References

source :
http://www.chm.tu-dresden.de/edv/manuals/aix/aixprggd/progcomc/rpc_ref.htm#OjD3230sall



Keine Kommentare: