[C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Peter Hargreaves
I'm like a blind man tuning a television! I understand from the documentation that I can tune the setting in cocoon.xconf to control the cache, so that the most recently used objects are in memory and less recently used objects are on disk. But a few points are unclear to me - could someone

RE: [C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Vadim Gritsenko
From: Peter Hargreaves [mailto:[EMAIL PROTECTED]] Hi, That's the bunch of questions you have! I'm like a blind man tuning a television! I understand from the documentation that I can tune the setting in cocoon.xconf to control the cache, so that the most recently used objects are in

RE: [C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Gerhard Froehlich
Peter, Vadim, From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] I'm like a blind man tuning a television! I understand from the documentation that I can tune the setting in cocoon.xconf to control the cache, so that the most recently used objects are in memory and less recently used

RE: [C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Gerhard Froehlich
Ah I forgot: Documentation MRUMemoryStore: http://xml.apache.org/cocoon/userdocs/concepts/mrustore.html Documentation StoreJanitor: http://xml.apache.org/cocoon/userdocs/concepts/storejanitor.html Our documentation is not that bad. It's only -well- hidden! ~Gerhard

RE: [C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Vadim Gritsenko
From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] Peter, Vadim, From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] I'm like a blind man tuning a television! I understand from the documentation that I can tune the setting in cocoon.xconf to control the cache, so that the most

RE: [C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Gerhard Froehlich
Vadim, I'm like a blind man tuning a television! I understand from the documentation that I can tune the setting in cocoon.xconf to control the cache, so that the most recently used objects are in memory and less recently used objects are on disk. But a few points are unclear