Main IPC Methods
| Method | Provided by (operating systems or other environments) |
|---|---|
| File | Most operating systems |
| Signal | Most operating systems; some systems, such as Windows, implement signals in only the C run-time library and provide no support for their use as an IPC method |
| Socket | Most operating systems |
| Message queue | Most operating systems |
| Pipe | All POSIX systems, Windows |
| Named pipe | All POSIX systems, Windows |
| Semaphore | All POSIX systems, Windows |
| Shared memory | All POSIX systems, Windows |
| Message passing (shared nothing) |
Used in MPI paradigm, Java RMI, CORBA, MSMQ, MailSlots, QNX, others |
| Memory-mapped file | All POSIX systems, Windows |
Read more about this topic: Inter-process Communication
Famous quotes containing the words main and/or methods:
“The main foundations of every state, new states as well as ancient or composite ones, are good laws and good arms ... you cannot have good laws without good arms, and where there are good arms, good laws inevitably follow.”
—Niccolò Machiavelli (14691527)
“Crime is terribly revealing. Try and vary your methods as you will, your tastes, your habits, your attitude of mind, and your soul is revealed by your actions.”
—Agatha Christie (18911976)
Related Phrases
Related Words