This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New POSIX semaphore functionality


On Mon, 2003-10-27 at 23:05, Corinna Vinschen wrote:

> The only missing functionality from POSIX semaphore now is sem_unlink().
> I don't how to implement it correctly.  The requirement is, if a process
> has called sem_unlink(), further calls to sem_open() using the same name
> will create a new semaphore.  Other processes, which have still a 
> semaphore using the same name, but opened before the call to sem_unlink(),
> are unaffected.  This isn't supported by Windows semaphores, AFAIK.

It isn't. Back when I was working this code, I intended to do process
shared foo via cygserver - allowing this to work.

Rob
-- 
GPG key available at: <http://members.aardvark.net.au/lifeless/keys.txt>.

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]