From 6432cead1941d5305bc2d7f22821ca8a98f43f78 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 24 Nov 2017 18:54:03 +0000 Subject: Add skabus-rpc-daemon, skabus-rpcd and the skabus_rpc library --- doc/skabus-rpc-daemon.html | 137 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 doc/skabus-rpc-daemon.html (limited to 'doc') diff --git a/doc/skabus-rpc-daemon.html b/doc/skabus-rpc-daemon.html new file mode 100644 index 0000000..bd9b575 --- /dev/null +++ b/doc/skabus-rpc-daemon.html @@ -0,0 +1,137 @@ + + + + + + skabus: the skabus-rpc-daemon program + + + + + + +

+skabus
+Software
+skarnet.org +

+ +

The skabus-rpc-daemon program

+ +

+skabus-rpc-daemon is a RPC mapper daemon, i.e. a +long-lived program. +It listens on a Unix domain socket, then +accepts client connections. It allows clients to register interfaces +and methods; it transmits queries from a client Q to the appropriate +client R that can handle them; it then transmits the answer back to +client Q. +

+ +

Interface

+ +
+     skabus-rpc-daemon [ -1 ] [ -v verbosity ] [ -D | -d ] [ -c maxconn ] [ -b backlog ] [ -G gidlist ] [ -g gid ] [ -u uid ] [ -U ] [ -t clienttimeout ] [ -T lameducktimeout ] [ -i rulesdir | -x rulesfile ] [ -S | -s ] [ -J | -j ] path
+
+ + + +

+ skabus-rpc-daemon is just a wrapper that binds to its socket and drops +privileges before executing into +skabus-rpcd. For details of the daemon's +operation, see the skabus-rpcd documentation. +

+ +

Options

+ + + +

Notes

+ + + + + -- cgit v1.2.3