Skip to main content

Module rpc_server

Module rpc_server 

Source
Expand description

Admin RPC server: Unix socket listener that dispatches to registered handlers.

Not to be confused with the master-worker task channel. This is for external admin tooling (PHP’s RPC client, folk admin, monitoring).

Functions§

run_rpc_server
Bind the admin RPC socket and serve connections until shutdown is signaled.