![]() | :: | Software |
Servers
The ipcserver program
The ipcrules program
The ipcrulescheck program
The ipcexec program
The ipcexecrules program
The ipcexecrulescheck program
The ipcexec-config program
Clients
The ipcclient program
The ipccat program
The ipcconnect program
The ipccommand program
The ipcdo program
The ipcrun program
Preforking Servers
Compiling an ipchandle server
The ipcperl program
General Information
The ucspi-ipc environment variables
The ucspi-ipc protocol description
getpeereid
A mailing list for ucspi-ipc and general ucspi discussion
ipcserver listens for connections on a local-domain stream socket, and runs a program for each connection it accepts. The program environment includes variables that hold the local and remote socket addresses, and the effective user and group IDs of the process that called connect. ipcserver offers a concurrency limit on acceptance of new connections, and selective handling of connections based on client identity.
ipcclient requests a connection to a local-domain socket, and runs a program. The program environment includes a variable that holds the local socket address.
ipcperl is an example of an ipchandle server. It invokes a perl subroutine for each request.
Patches to add a getpeereid system call are available for several operating systems.
Bruce Guenter has a protocol and package similar to ucspi-ipc called ucspi-unix