]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Avoid unnecessary locking in the zone/cache database
authorOndřej Surý <ondrej@isc.org>
Wed, 22 Jan 2025 13:27:40 +0000 (13:27 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 22 Jan 2025 13:27:40 +0000 (13:27 +0000)
Prevent lock contention among many worker threads referring to the same database node at the same time.  This would improve zone and cache database performance for the heavily contended database nodes.

Closes #5130

Merge branch '5130-reduce-lock-contention-in-decrement-reference' into 'main'

See merge request isc-projects/bind9!9963


Trivial merge