xapian-tcpsrv (1) Linux Manual Page
NAME
xapian-tcpsrv – TCP daemon for use with Xapian’s remote backend
SYNOPSIS
xapian-tcpsrv [OPTIONS] DATABASE_DIRECTORY…
DESCRIPTION
xapian-tcpsrv – TCP daemon for use with Xapian’s remote backend
OPTIONS
–portPORTNUM- listen on port PORTNUM for connections (no default)
–interfaceADDRESS- listen on the interface associated with name or address ADDRESS (default is all interfaces)
–idle-timeoutMSECS- set timeout for idle connections (default MSECS_IDLE_TIMEOUT_DEFAULTms)
–active-timeoutMSECS- set timeout for active connections (default MSECS_ACTIVE_TIMEOUT_DEFAULTms)
–timeoutMSECS- set both timeout values
–one-shot- serve a single connection and exit
–quiet- disable information messages to stdout
–writable- allow updates (only one database directory allowed)
–help- display this help and exit
–version- output version information and exit
