Hello there,

I have inside a Apache2 module a call to a non thread safe function. I need then to do :

mutex_set();
call_to_non_thread_safe();
unset_mutex();

Now I can do that using POSIX calls, but I really like to use APR calls.

Is there any good doc or even an example module I can use to make such work ?

Many thanks to all:)
/Xavier
--
Xavier Beaudouin - Unix System Administrator & Projects Leader.
President of Kazar Organization : http://www.kazar.net/
Please visit http://caudium.net/, home of Caudium & Camas projects



Reply via email to