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

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