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:
“Of all wits uses, the main one
Is to live well with who has none.”
—Ralph Waldo Emerson (18031882)
“I think it is a wise course for laborers to unite to defend their interests.... I think the employer who declines to deal with organized labor and to recognize it as a proper element in the settlement of wage controversies is behind the times.... Of course, when organized labor permits itself to sympathize with violent methods or undue duress, it is not entitled to our sympathy.”
—William Howard Taft (18571930)
Related Phrases
Related Words