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:
“What is done for science must also be done for art: accepting undesirable side effects for the sake of the main goal, and moreover diminishing their importance by making this main goal more magnificent. For one should reform forward, not backward: social illnesses, revolutions, are evolutions inhibited by a conserving stupidity.”
—Robert Musil (18801942)
“All men are equally proud. The only difference is that not all take the same methods of showing it.”
—François, Duc De La Rochefoucauld (16131680)
Related Phrases
Related Words