I am writing a multi-threaded application that mimics a movie theater. Each person involved is its own thread and concurrency must be done completely by semaphores. The only i
Think it in terms of shared memory with read/write lock.
Regards
PKV