e7841e23a1931d4566da8d8e897aa21949d4cd7a 7890 |
|
16-Apr-2012 |
ludo |
Fix OPENDJ-471. FIFOEntryCache may leave stalled data on low memory conditions.
Now, when low memory conditions are detected, the FIFOEntryCache removes the previous version of the updated entry if it exists, instead of just removing the first-in entry. |
66bd6b88d3bd9c7a3826a8185dc16cc46688079b 19 |
|
19-Jul-2006 |
neil_a_wilson |
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. |