1/ Does the algorithm uphold Mutual Exclusion?
2/ Is the algorithm free from deadlock and is starvation possible?
I can't seem to get my head around deadlock. I do believe there is no mutual exclusion as any client can enter the critical section?
Thanks