mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
19.29.2006 025d8fe096c5f981059c8c3cab6efb279ffdfe5f
refs
author neil_a_wilson <neil_a_wilson@localhost>
Wednesday, July 19, 2006 00:29 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Wednesday, July 19, 2006 00:29 +0200
commit025d8fe096c5f981059c8c3cab6efb279ffdfe5f
tree 2c26936ecd392b806d418385ace987bdf1119e32 tree | zip | gz
parent c59836d5e2551d9ee8be2869a932487a2de17dab view | diff
Update the FIFO and soft reference entry cache implementations to convert the
lock timeout attribute to use an integer with unit syntax rather than just an
integer.

Also, update the FIFO entry cache implementation to get rid of the calls to run
the garbage collector. Instead, if we detect that too much memory is being
used, we'll not store the new entry and get rid of an old entry. This is much
more palatable in terms of performance and response time when the cache gets
full.
3 files modified
351 ■■■■ changed files
opends/resource/schema/02-config.ldif 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/FIFOEntryCache.java 280 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SoftReferenceEntryCache.java 69 ●●●●● diff | view | raw | blame | history