]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Open the lock database read-only when possible
authormanu <manu@unknown>
Fri, 11 Nov 2022 01:46:28 +0000 (01:46 +0000)
committermanu <manu@unknown>
Fri, 11 Nov 2022 01:46:28 +0000 (01:46 +0000)
commit00e2081670e6abe5488f23b3f71fc0ad67189519
tree50ac247dba0f822fd4b313c17b7a7defd5e5a5da
parent3b787fc5053883e2313f7470c3b206648c640e4a
Open the lock database read-only when possible

The goal is to reduce lock contention, since a read access only
requires a shared lock. The improvement should not be significant
since for now we open and close the lock database on each HTTP
request.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1905229 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/main/mod_dav.c