This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:u:unix_domain_scoket [2021/07/30 13:19] murphy |
dido:public:ra:xapend:xapend.a_glossary:u:unix_domain_scoket [2021/10/04 13:40] (current) 50.19.247.197 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== UNIX Domain Scoket (Socket) ====== | + | ====== UNIX Domain Socket (Socket) ====== |
| - | [[dido:public:ra:xapend:xapend.a_glossary| Return to Glossary ]] | + | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] |
| - | A **[[dido:public:ra:xapend:xapend.a_glossary:u:unix]] Domain Socket (Socket)** or **Inter-Process Communication Socket (IPC socket)** is a data communications endpoint for exchanging data between processes executing on the same host operating system. Valid socket types in the UNIX domain are: | + | A **[[dido:public:ra:xapend:xapend.a_glossary:u:unix]] Domain Socket (Socket)** or **Inter-Process Communication Socket (IPC socket)** is a data communications [[dido:public:ra:xapend:xapend.a_glossary:e:endpoint|endpoint]] for exchanging data between processes executing on the same host [[dido:public:ra:xapend:xapend.a_glossary:o:os|operating system]]. Valid socket types in the UNIX domain are: |
| * SOCK_STREAM (compare to [[dido:public:ra:xapend:xapend.a_glossary:t:tcp]]) – for a stream-oriented socket | * SOCK_STREAM (compare to [[dido:public:ra:xapend:xapend.a_glossary:t:tcp]]) – for a stream-oriented socket | ||