On Tuesday, November 19, 2002, at 10:46 AM, <[EMAIL PROTECTED]> wrote:
Naw, we just shouldn't automatically destroy locks in a cleanup. Destroying
If you don't want the child process to destroy the mutex, then you should
kill that cleanup in the child process. That is why we have the
apr_pool_cleanup_kill API.
all mutexes should just become the responsibility of the application.
-aaron