Content deleted Content added
DSisyphBot (talk | contribs) m robot Adding: it:Socket di dominio locale |
No edit summary |
||
Line 1:
A '''Unix ___domain socket''' or '''IPC socket''' (inter-process communication socket) is a data communications endpoint that is similar to an [[
Unix ___domain 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 address name space
In addition to sending data, processes can send [[file descriptor]]s across a Unix ___domain socket connection (including file descriptors for ___domain sockets) using the sendmsg() and recvmsg() system calls. This means that ___domain sockets can be used as an [[object-capability model|object-capability]] communication system.
==
*
==
*{{man|2|socketpair|Linux||create a pair of connected sockets}}
*{{man|2|sendmsg|Linux||send a message on a socket}}
|