sp_listener

sp_listener adds support for the AF_UNIX protocol.

The syntax is:
sp_listener "start", "afunix:host_name:pipe_name"
where:
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):
 sp_listener "start", "afunix:big_server:/big_pipe"