gtpc3m2cConcepts and Structures

Remote Procedure Call (RPC) Server

RPC allows applications on one workstation to call functions that reside on and are run by another workstation. A RPC server is a TCP/IP application that is started by the Internet daemon. A RPC server receives messages on a user-defined port. The RPC library application programming interfaces (APIs) establish all required client\server connections by using socket APIs. See TPF Application Programming for more information about RPC.