Re: apr_dso_load with RTLD_LAZY and RTLD_LOCAL

2011-05-27 Thread Massimo Manghi
At least providing a way for specifying different load flags can be useful, and having even RTLD_LOCAL might be a recommended default in many cases Recently I ran into a problem connected with these flags developing mod_rivet. This sort of trouble occurred in a weird way and it was a real waste

global mutex lock waits forever

2011-03-09 Thread Massimo Manghi
to be developed for Apache Rivet, if this can work as an excuse for my intrusiveness. thanks for any help. -- Massimo Manghi /* * Concurrency of parent and child processes using apr_global_mutex_* */ #include stdio.h #include stdlib.h #include unistd.h #include apr-1.0/apr_pools.h #include apr

Re: global mutex lock waits forever (SOLVED)

2011-03-09 Thread Massimo Manghi
to understand I would like to point out that at least another APR module I personally tested (shared memory), works pretty well on Linux without any apr_initialize() call at all. -- Massimo On Wed, 09 Mar 2011 10:54:48 +0100, Massimo Manghi wrote: I'm perhaps not very polite asking on this list without