Pages in Feature

Features


TCP connection re-use RPC calls from an RPC client can be multiplexed over a single TCP socket to an RPC server. The RPC client has full control of the TCP socket, which is kept open between calls. This avoids the extra overhead of TCP connection establishment for each call ( SYN, SSL handshake ). Bi-directional RPC calls client to server and server to client It features a bidirectional architecture, in which a client can itself be a server and vice versa.