You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Daniel May <da...@spryware.com> on 2005/11/15 02:35:33 UTC

cross-process, named mutex

Is there any way under APR Linux to create a cross-process, named Mutex
?  Under Win32, I simply call CreateMutex() with a name.  Do I have to
create a piece of shared mem and store the pthreads mutex ? 

Daniel May







Re: cross-process, named mutex

Posted by Ronen Mizrahi <ro...@tversity.com>.
Check apr_proc_mutex

Daniel May wrote:

>Is there any way under APR Linux to create a cross-process, named Mutex
>?  Under Win32, I simply call CreateMutex() with a name.  Do I have to
>create a piece of shared mem and store the pthreads mutex ? 
>
>Daniel May
>
>
>
>
>
>
>
>  
>