Re: [EMAIL PROTECTED] Apache APR mutex

2006-11-09 Thread Christiaan Lamprecht
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

Re: [EMAIL PROTECTED] Apache APR mutex

2006-11-09 Thread Joshua Slive
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

[EMAIL PROTECTED] Apache APR mutex

2006-11-08 Thread Christiaan Lamprecht
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