SuperScript :: Software :: ucspi-ipc

The ipcserver program

Usage

ipcserver opts path prog

where opts is a series of getopt-style options, path is a filename to use as the address of the the local-domain socket, and prog is one or more arguments specifying a program to run for each accepted connection.

ipcserver listens for connections from local-domain clients. For each connection, it runs prog, with descriptor 0 reading from the network and descriptor 1 writing to the network. Before running prog, ipcserver sets certain environment variables.

ipcserver exits when it receives SIGTERM.

Description

General Options:

Connection options:

Data-gathering options:

Copyright © 2009 by SuperScript Technology, Inc. All rights reserved.