RpcService
support RPC between a service and its clients
- Provided by: ivtools-dev (Version: 1.2.11a1-6)
- Source: ivtools
- Report a bug
support RPC between a service and its clients
#include <Dispatch/rpcservice.h>
An RpcService (actually, an instance of a derived class) creates a port and listens to it for connections from clients. When a client opens a connection, the RpcService will create a reader to handle RPC requests from the connection.
Dispatcher(3I), RpcReader(3I), RpcRegistry(3I)