Subject: Re: [boost] [Interprocess::Semaphore] Deadlock on more producers - one consumer problem
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-06-19 17:08:09


Ion Gaztañaga wrote:
> Is it usual to have V(N) in
> semaphores? I have never seen it.

Forget this response. We have system V semaphores with this feature.
Interprocess models POSIX interface and that's why post is V(1).

Sorry for the noise,

Ion