Inter Process Communication (IPC) – Mutual exclusion

Published on Author gryzli

I will try to explain some principles and methods for achieving mutual exclusion. This post is written entirely because of me and my need to understand correctly the different approaches in achieving mutual exclusion.   First we need to define some key words: Race condition  – Whenever two or more processes are trying to read/write the… Continue reading Inter Process Communication (IPC) – Mutual exclusion