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.
A socket is a communication end point at a host. Socket programming helps in creating distributed networked applications.