Category

IPC

Development updates collected by subject.

IPC

BCMM IPC Intro

IPC stands for inter-process communication. There are many uses and techniques for how one can go about doing IPC. But in short, it allows two separate processes to communicate with each other and exchange data. For example, we can have one process let another process know that an event has occurred. There are many ways one can go about exchanging data between each other: Pipes Sockets Signals Shared memory And…
Read update