Hi,

Is named semaphores the only way to have locking shared across
processes?

Thinking of:
1. Implementing shared process lock using named semaphores
2. Using this to implement locked atomics for machines with insufficient
atomic instructions

Reply via email to