Use global mutex instead sdbm file lock to fix issues with threaded mpm's

This commit is contained in:
Mladen Turk
2016-09-28 18:34:32 +02:00
committed by Felipe Zimmerle
parent 2de5175b9c
commit 84d2f30cc8
3 changed files with 68 additions and 21 deletions

View File

@@ -657,6 +657,7 @@ struct msc_engine {
apr_pool_t *mp;
apr_global_mutex_t *auditlog_lock;
apr_global_mutex_t *geo_lock;
apr_global_mutex_t *dbm_lock;
msre_engine *msre;
unsigned int processing_mode;
};