Content deleted Content added
The actual UNIX socket communication does not use files for data exchange; files are only used to create global references for sockets. |
No edit summary |
||
Line 1:
A '''Unix ___domain
These connections appear as [[byte stream]]s, much like network connections, but all data remains within the local computer. UNIX ___domain sockets use the file system as their address name space, i.e. they are viewed by processes as files in a file system. This allows two distinct processes to reference and open the same socket in order to communicate. However, the actual communication (the data exchange) does not use the file system, but buffers in kernel memory.
|