Interprocess Communication using Unix Domain Sockets
Unix domain sockets provide a fast and simple mechanism for interprocess communication on a Unix-like host system using the socket interface.
Unix domain sockets provide a fast and simple mechanism for interprocess communication on a Unix-like host system using the socket interface.
How to do interprocess communication using the POSIX shared memory calls is explained with example client-server programs.