[horde] turkk-mmcache with horde ... solution?

Michael M Slusarz slusarz at bigworm.colorado.edu
Tue Jan 6 09:25:17 PST 2004


Quoting Joeri Pronk <joeri at joeri.nu>:

| I have been fooling around with mmcache a little more, it seems like the
| moment
| the shared memory cache is nearly full mmcache gets corrupted.
| If I lower the shared memory size it happens sooner and increasing gives me a
| bit more pages until breakage.
| Though certain combinations of looking at pages until the cache becomes full
| do
| give a (permanent?) working environment.
| I have tried to block certain files to cache (using
| mmcache.filter=!message.php)
| but this doesnot work (although mmcache.filter=message.php works).
|
| While typing this message I found a possible solution:
| mmcache.shm_only="1"
| seems to solve all my problems....

This is my configuration, and it seems to work fine for me (version 2.4.6 of
turck-mmcache):

[MMCache]
zend_extension="/httpd/libexec/mmcache.so"
mmcache.shm_size="16"
mmcache.cache_dir="/httpd/tmp/mmcache"
mmcache.enable="1"
mmcache.optimizer="1"
mmcache.check_mtime="1"
mmcache.debug="0"
mmcache.filter=""
mmcache.shm_max="0"
mmcache.shm_ttl="0"
mmcache.shm_prune_period="0"
mmcache.shm_only="0"
mmcache.compress="1"

michael

______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder



More information about the horde mailing list