Now how did I miss that one!?
Thanks!
> Hi all, I have an array with methods to insert and delete elements in
> the array. These methods can be called by my apache module as well as
> external 3rd party programs. Should I protect these methods with the
> apr_proc_mutex.h or apr_thread_mutex.h
On 11/8/06, Christiaan Lamprecht <[EMAIL PROTECTED]> wrote:
Hi all, I have an array with methods to insert and delete elements in
the array. These methods can be called by my apache module as well as
external 3rd party programs. Should I protect these methods with the
apr_proc_mutex.h or apr_thre
Hi all, I have an array with methods to insert and delete elements in
the array. These methods can be called by my apache module as well as
external 3rd party programs. Should I protect these methods with the
apr_proc_mutex.h or apr_thread_mutex.h routines? I am currently using
the prefork MPM so