Content deleted Content added
m r2.7.2+) (Robot: Adding cs:Unix ___domain socket |
No edit summary |
||
Line 1:
A '''Unix ___domain socket''' or '''IPC socket''' ([[inter-process communication]] socket) is a data communications endpoint for exchanging 'the' data between processes executing within the same host operating system. While similar in functionality to
[[named pipe]]s, Unix ___domain sockets may be created as [[byte stream]]s or as {{clarify-span|[[datagram]] sequences|date=August 2012}}, while pipes are byte streams only. Processes using Unix ___domain sockets do not need to share a common ancestry. The [[API]] for Unix ___domain sockets is similar to that of an [[Internet socket]], but it does not use an underlying network protocol for communication. The Unix ___domain socket facility is a standard component of [[POSIX]] [[operating system]]s.
|