]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Resolve the spurious drops in performance due GLUE cache
authorOndřej Surý <ondrej@isc.org>
Fri, 13 Dec 2024 23:11:04 +0000 (23:11 +0000)
committerOndřej Surý <ondrej@isc.org>
Fri, 13 Dec 2024 23:11:04 +0000 (23:11 +0000)
commite2c1941efd2b756c71accabeaaada4387c0d716e
tree0e89210b0c502675d1ecb18e67be344e7d8a43e3
parentf379e1bef941adb5d5cbbcc34db456ccb4696b91
parent29bde687b5736261f6498a78851c628af93a4277
fix: usr: Resolve the spurious drops in performance due GLUE cache

For performance reasons, the returned GLUE records are cached on the first use.  The current implementation could randomly cause a performance drop and increased memory use.  This has been fixed.

Closes #5064

Merge branch '5064-rewrite-glue-cache-in-qpzone' into 'main'

See merge request isc-projects/bind9!9831