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 aphorism wants to be at the same time both main line and off beat.”
—Mason Cooley (b. 1927)
“There are souls that are incurable and lost to the rest of society. Deprive them of one means of folly, they will invent ten thousand others. They will create subtler, wilder methods, methods that are absolutely DESPERATE. Nature herself is fundamentally antisocial, it is only by a usurpation of powers that the organized body of society opposes the natural inclination of humanity.”
—Antonin Artaud (18961948)
Related Phrases
Related Words