Interprocess Communication IPC
suggest changeVersions
[{“Name”:“C90”,“GroupName”:null},{“Name”:“C95”,“GroupName”:null},{“Name”:“C99”,“GroupName”:null},{“Name”:“C11”,“GroupName”:null}]
Introduction
Inter-process communication (IPC) mechanisms allow different independent processes to communicate with each other. Standard C does not provide any IPC mechanisms. Therefore, all such mechanisms are defined by the host operating system. POSIX defines an extensive set of IPC mechanisms; Windows defines another set; and other systems define their own variants.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents