Probably, the mutex got created by one user account (maybe before the initial fork of the httpd) and then you're trying to arquire it with other process with different privileges, getting access denied... can you send some code snipets?!


-- Eduardo Franco

Nedelcho Stanev wrote:

Hello all,

does anyone can help with this
i have module where i call between different threads
apr_global_mutex_lock
mutexes are stored in shared memory.
on windows code pass, on linux i got error "permission denied"
what can be a solution?


decho





Reply via email to