Interprocess Communication using Unix Domain Sockets
1.0 Unix Domain Sockets A socket is a communication endpoint at a host computer. The socket API provides calls for communication between processes. The socket system call is, int socket…
1.0 Unix Domain Sockets A socket is a communication endpoint at a host computer. The socket API provides calls for communication between processes. The socket system call is, int socket…
1.0 Files There are two basic concepts in Linux - processes and files. The processes do things and files keep all the important data. An efficient filesystem is important for…