Multiple processes sharing a single mutex

  • Follow


Can mutex be shared between two/more processes?If so how can it be done?
0
Reply arunal2001 4/28/2004 3:42:49 PM

Yes, mutex is a global share. To see your mutex (semaphore) , use ipcs at
the prompt
"aruna" <arunal2001@yahoo.co.in> wrote in message
news:a2efcaed.0404280742.3fc5f9c3@posting.google.com...
> Can mutex be shared between two/more processes?If so how can it be done?
>


0
Reply Doug 4/28/2004 3:48:27 PM


1 Replies
780 Views

(page loaded in 0.041 seconds)

Similiar Articles:













7/20/2012 9:33:52 PM


Reply: