Configure db4 locks according to maxkeys and actually check maxkeys
authorJonathan McDowell <noodles@earth.li>
Tue, 29 Mar 2011 01:35:25 +0000 (18:35 -0700)
committerJonathan McDowell <noodles@earth.li>
Tue, 29 Mar 2011 01:35:25 +0000 (18:35 -0700)
commitb66594a4e361b7363ccec13680d158f90a71e04b
treeafc477e363e1565719cc0592526d079c7f585cd4
parentd718a44cfeca2dca68d582b6242d832c4f8864ef
Configure db4 locks according to maxkeys and actually check maxkeys

  The number of db4 objects iin use is related to the maximum number of
  keys we return at once. Configure the locking subsystem accordingly
  and limit the number of returned keys to maxkeys.

  Significantly improves the reliability of the db4 backend on a large
  busy server.
keydb_db4.c