coypu Sat, 22 Dec 2018 16:51:51 -0800
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