rpc_over_socket #16
Reference in New Issue
Block a user
No description provided.
Delete Branch "rpc_over_socket"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements JSON-RPC calls over Unix sockets. Can be enabled using the
--enable-rpc-ipcflag and a custom socket path can be supplied with--rpc-ipc-path.Example starting the
herodbwith data directory in/tmp/data_testand the socket path/tmp/herodb.sock:It can be testing using tools like
socat. For example:socat -d -d -t 5 - UNIX-CONNECT:/tmp/herodb.sock