On 1/31/06, Richard <[EMAIL PROTECTED]> wrote:

>  Do the processes using the global mutex have to be related in a
> parent-children relationship ? I mean can one process create the global
> mutex and then a totally separate process (i.e. not a child of the 1st one)
> do a call to apr_global_mutex_child_init() on the global mutex ?

I believe that is the case, at least on some platforms.  What OS are
you doing this on?

It would be easier to debug your problem if you could show us some
example code that reporduces it.

-garrett

Reply via email to