The prefork MPM is still using the old lock API for its accept mutex. I have a patch to replace this with the apr_proc_mutex_t API. But before I commit it, is there any reason why it would be unsafe to do so (e.g., platforms on which prefork is supported but the apr_proc_mutex API is not yet implemented)?
Thanks, --Brian