Poco has NamedMutex and NamedEvent. Why is there no NamedSemaphore?
I would like to implement a shared memory circular buffer for data exchange between 2 processes (producer - consumer). NamedSemaphores would be perfect for keeping track of available data elements for reading by the consumer. AFAIK named semaphores exist on both Windows and POSIX.





