BCMM

Apr 02, 2024

BCMM IPC Intro

What is IPC?

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 more.

What's this got to do with BC?

BC in multiplayer does have a way to communicate with other players, depending on how you look at it …

Author: Mario  ·  posted at 05:07  ·   ·  BCMM  ipc