On Mon, Oct 22, 2018 at 5:04 PM William A Rowe Jr <[email protected]> wrote: > > -D APR_USE_SYSVSEM_SERIALIZE > -D APR_USE_PTHREAD_SERIALIZE > > Underlying the issue, this is a flaw in APR ./configure which selects two > default > mutexes, a confusing situation.
Not exactly, APR_USE_SYSVSEM_SERIALIZE is about proc_mutexes, while APR_USE_PTHREAD_SERIALIZE is about thread_mutexes. The names are misleading indeed... BTW, you might want to respond on bz, not sure the OP follows bugs@. Regards, Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
