INTERPROCESSCOMMUNICATION
Inter-process communication
In computing, inter-process communication is a set of methods for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network. IPC methods are divided into methods for message passing, synchronization, shared memory, and remote procedure calls . The method of IPC used may vary based on the bandwidth and latency of communication between the threads, and the type of data being communicated.The above text is a snippet from Wikipedia: Inter-process communication
and as such is available under the Creative Commons Attribution/Share-Alike License.
interprocess communication
Noun
- A set of techniques for the exchange of data among two or more threads in one or more processes.
The above text is a snippet from Wiktionary: interprocess communication
and as such is available under the Creative Commons Attribution/Share-Alike License.