Hi folks, we use JCS with a number of different simple applications. Now I was forced to dig a bit deeper into the feature set (BTW, just a side note on the event handling: The EventElement passed to your event handler is actually an EventObject containing a CacheElement as a source. I will add this to the docs)
Now my two questions: - I have configured a MemoryShrinker in the default section of the config file. My expectation was that this would work for all regions then. I found, however, that I needed to configure the MemoryShrinker explicitly for the region again to make it work. Is that supposed to be the case? - I'm not sure I understand how the memory cache actually works. When observing the memory of my application, I suspect that the memory is not released after the shrinker did his deeds. We are suffering from OutOfMemory problems since replacing a LRUMap with JCS, so I'd appreciate any hints that would help in the debugging. Any comment is appreciated. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]