Re: Question about two-level cache

2006-04-24 Thread Armin Waibel
Hi Eric, Westfall, Eric Curtis wrote: Hello, I'm wondering if anyone out there has experience using OJB's two-level caching. I am attempting to use a two-level cache to help speed up an application I'm working on and I'm noticing some issues that I'm curious about. It appears that, even if my

Re: Question about two-level cache

2006-04-22 Thread Bruno CROS
Hi, I experienced Two Level Cache Impl. Have a look to mail archives about TwoLevelCacheImpl. Beware of checkpoints inside batch loops. Using checkpoints make cached objects quantity growing until commit. If you have to, replace checkpoints by commit/begin. Did you try the ObjectCacheDefaultI