UNIX IPC Sockets
Jonathan Crapuchettes
jcrapuchettes at gmail.com
Mon Mar 2 15:17:17 PST 2009
I am looking into doing some IPC between two processes using phobos, but ran
into a problem when trying to bind a Socket to a unix location. There is an
InternetAddress class, but there doesn't appear to be an Address class for the
UNIX address family. Can anyone give me an example of how to setup a Socket with
an address family type AddressFamily.UNIX?
Thank you,
JC
More information about the Digitalmars-d-learn
mailing list