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:
“One of the main tasks of adolescence is to achieve an identitynot necessarily a knowledge of who we are, but a clarification of the range of what we might become, a set of self-references by which we can make sense of our responses, and justify our decisions and goals.”
—Terri Apter (20th century)
“We can best help you to prevent war not by repeating your words and following your methods but by finding new words and creating new methods.”
—Virginia Woolf (18821941)
Related Phrases
Related Words