Re: No support for sharing unnamed semaphores between processes through shared memory?

2012-10-09 Thread Corinna Vinschen
On Sep 25 14:03, Linda Walsh wrote: > Matt Sexton wrote: > >Hello, > > > >I am attempting to port to Cygwin an application that synchronizes > >between processes using unnamed semaphores in shared memory. Both > >processes have mapped the shared memory region, one process > >initialize > >

Re: No support for sharing unnamed semaphores between processes through shared memory?

2012-10-09 Thread Corinna Vinschen
On Sep 10 09:36, Matt Sexton wrote: > Hello, > > I am attempting to port to Cygwin an application that synchronizes > between processes using unnamed semaphores in shared memory. Both > processes have mapped the shared memory region, one process > initializes the semaphore, and both processes per

Re: No support for sharing unnamed semaphores between processes through shared memory?

2012-09-27 Thread Gregory M. Turner
On 9/25/2012 2:03 PM, Linda Walsh wrote: Matt Sexton wrote: Hello, I am attempting to port to Cygwin an application that synchronizes between processes using unnamed semaphores in shared memory. Both processes have mapped the shared memory region, one process initialize There's a cy

Re: No support for sharing unnamed semaphores between processes through shared memory?

2012-09-25 Thread Linda Walsh
Matt Sexton wrote: Hello, I am attempting to port to Cygwin an application that synchronizes between processes using unnamed semaphores in shared memory. Both processes have mapped the shared memory region, one process initialize There's a cygwin process that you have to have runn