Re: apr_global_mutex_lock() failing with permission denied

2009-04-26 Thread Yoichi Kawasaki
Hi Elison. 2009/3/21 Elison Smith elison.sm...@gmail.com: I am using shared memory to share some data between my module instances in Apache child processes, and apr_global_mutex_t  to achieve mutually-exclusive reads and writes. In a post_config_hook, I create the mutex using

apr_global_mutex_lock() failing with permission denied

2009-03-21 Thread Elison Smith
I am using shared memory to share some data between my module instances in Apache child processes, and apr_global_mutex_t to achieve mutually-exclusive reads and writes. In a post_config_hook, I create the mutex using apr_global_mutex_create() and then reopen it inside each child process by