sp_listener adds support for the AF_UNIX protocol.
The syntax
is:
sp_listener "start", "afunix:host_name:pipe_name"
where:
afunix – indicates you are adding an entry for an AF_UNIX
connection.
host_name – is the name of the local
machine on which you start Adaptive Server. host_name and the
local host name must match. You can use named pipes only for local
communications.
pipe_name – is the named pipe clients use
to connect, in this
format:
/file_name/pipe_name
This example starts a connection on the machine named big_server and
creates a pipe named big_pipe in the / (root)
directory of this machine (Adaptive Server must be running on machine
big_server):