Training
×

Shared Memory

Shared memory can be used as a very efficient method of IPC (interprocess communication) but this requires careful synchronization of read/write operations of the threads involved. The use of shared memory including creation and mapping is further discussed in the chapter on IPC.