Penguin
Blame: InterProcessCommunication
EditPageHistoryDiffInfoLikePages
Annotated edit history of InterProcessCommunication version 1, including all changes. View license author blame.
Rev Author # Line
1 AristotlePagaltzis 1 A collective term for the various means of communication between processes. The common ones include pipes, signals, [Socket]s, SharedMemory, [RPC], and [NamedPipe]s, but you could concoct entirely different schemes as well. It could be applied to [EnvironmentVariable]s f.ex.