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.
Files are used to store information on persistent secondary storage. FIles and processes are basic concepts in Unix-like systems.