You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2004/06/12 00:39:42 UTC

Re: util_ldap [Bug 29217] - Remove references to calloc() and free()

At 04:41 PM 6/11/2004, Brad Nicholes wrote:
>I am sure that we can take advantage of what has been done in mod_ssl and 
>other places that have to mutex protect shared memory.  It is actually working
>great on NetWare at the moment but then we don't use shared memory and
>we are multi-threaded only.

No matter.  That's why I created the apr_anylock type, since some platforms
would benefit from different thread/proc/global lock strategies.

Bill