You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Christiaan Lamprecht <ch...@googlemail.com> on 2006/11/08 23:51:35 UTC

[users@httpd] Apache APR mutex

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 there's no serverside thread issues...


Many thanks
Christiaan

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache APR mutex

Posted by Christiaan Lamprecht <ch...@googlemail.com>.
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 routines? I am currently using
> > the prefork MPM so there's no serverside thread issues...
>
> It sounds to me like you are looking for this list:
> http://httpd.apache.org/lists.html#modules-dev
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache APR mutex

Posted by Joshua Slive <jo...@slive.ca>.
On 11/8/06, Christiaan Lamprecht <ch...@googlemail.com> 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_thread_mutex.h routines? I am currently using
> the prefork MPM so there's no serverside thread issues...

It sounds to me like you are looking for this list:
http://httpd.apache.org/lists.html#modules-dev

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org