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 business of religions is to purify, control, and restrain that excessive and exclusive taste for well-being which men acquire in times of equality.”
—Alexis de Tocqueville (18051859)
“All good conversation, manners, and action, come from a spontaneity which forgets usages, and makes the moment great. Nature hates calculators; her methods are saltatory and impulsive.”
—Ralph Waldo Emerson (18031882)
Related Phrases
Related Words