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.
0 Comments
May 25, 2020
Unix domain sockets provide a fast and simple mechanism for interprocess communication on a Unix-like host system using the socket interface.