On Tue Oct 26 10:29 1999 -0400, Chris Calabrese wrote:
> IMO, you might want to avoid describing implementation
> details like the fact
> that UNIX domain sockets are used for the communication,
As a point of information, different platforms actually have different
interfaces to /dev/log. AIX has the traditional BSD-style Unix-domain
SOCK_DGRAM socket; HP-UX has a named pipe; Linux has a Unix-domain
SOCK_STREAM socket; and Solaris uses a STREAMS driver.
We now return you to your regularly scheduled protocol discussion...
--
Mark D. Roth <[EMAIL PROTECTED]>
http://www.feep.net/~roth/