[cvs] commit: imp/config conf.xml imp/docs CHANGES imp/lib/IMAP MessageCache.php
Michael M Slusarz
slusarz at horde.org
Wed Sep 3 07:12:21 UTC 2008
slusarz 2008-09-03 03:12:21 EDT
Modified files:
config conf.xml
docs CHANGES
lib/IMAP MessageCache.php
Log:
Improve message caching. Previously, cached data was being lost when a slice
was subsequently updated. Also, after some experimentation, make slices
smaller and don't make them user configurable. For memcache, make even smaller
since memcache works well with smaller data sizes, not 100K+ sizes (due to
heap allocation). Do pseudo-garbage collection by removing old slices
with only a small number of entries.
Revision Changes Path
1.133 +1 -7 imp/config/conf.xml
1.1180 +1 -0 imp/docs/CHANGES
1.16 +82 -52 imp/lib/IMAP/MessageCache.php
Chora Links:
http://cvs.horde.org/diff.php/imp/config/conf.xml?r1=1.132&r2=1.133&ty=u
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.1179&r2=1.1180&ty=u
http://cvs.horde.org/diff.php/imp/lib/IMAP/MessageCache.php?r1=1.15&r2=1.16&ty=u
More information about the cvs
mailing list