]> git.sur5r.net Git - openldap/commit
Cache-thrashing protection: if the DB has more entries than the cache,
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 15 Nov 2007 02:11:02 +0000 (02:11 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 15 Nov 2007 02:11:02 +0000 (02:11 +0000)
commita59e6bd45ed7a17389ded2486888556dc82f3a12
tree7ce891f342907ed7b9a43a5a1a635e36838f40a7
parent3dce796657a38e1961cca1227c04c9d01d52828d
Cache-thrashing protection: if the DB has more entries than the cache,
don't allow large search operations that touch more entries churn the
existing cached entries.
servers/slapd/back-bdb/back-bdb.h
servers/slapd/back-bdb/cache.c
servers/slapd/back-bdb/dn2entry.c
servers/slapd/back-bdb/proto-bdb.h
servers/slapd/back-bdb/search.c