Antonio Gallardo wrote:
Vadim Gritsenko escribió:
Ard Schrijvers wrote:
Now, suppose, the JVM is low on memory. Now, I am used to have 3
stores in my apps, namely defaultTransientStore,
eventAwareTransientStore and the EHDefaultStore. I am not sure how
about projects of other people/companies,
(we don't use EHDefaultStore in production. Since you've seen the
source code, you already know why)
Hi Vadim,
Would you share what are you using instead of the EHDefaultStore? JCS?
I'm using DefaultStore everywhere, at the moment.
I noticed that latest EHCache does support storing of Objects now, so it looks
like (with some work) it can take on role of the default Cocoon cache.
JGroups integration is another interesting feature.
Vadim