RpcPeer
support bi-directional RPC between two services
- Provided by: ivtools-dev (Version: 1.2.11a1-6)
- Source: ivtools
- Report a bug
support bi-directional RPC between two services
#include <Dispatch/rpcpeer.h>
An RpcPeer (actually, an instance of a derived class) tries to open a connection to another RpcPeer. If the other RpcPeer is not yet running, the RpcPeer will create its own port and wait for the other RpcPeer to open a connection. When either RpcPeer opens a connection, each RpcPeer will create both a reader and a writer so each RpcPeer can send RPC requests to its opposite over the same connection.
Dispatcher(3I), RpcReader(3I), RpcRegistry(3I), RpcWriter(3I)