On Jan 7, 2008 12:47 AM, C. Bergström <[EMAIL PROTECTED]> wrote: > > On Mon, 2008-01-07 at 00:43 +0100, Matej Knopp wrote: > > On Jan 7, 2008 12:04 AM, C. Bergström <[EMAIL PROTECTED]> wrote: > > > > > > Matej.. I haven't looked at how difficult it would be to implement, but > > > would someone post some ehcache 2nd level cache store code so I could > > > run some real numbers with it? > > > > The implementation is no longer available, because the interfaces have > > changed. And I really don't get the benefits of ehcache pagestore > > implementation. > > > > I think the goal in this case was so that the session/back button support > could be replicated to provide some HA features or failover capability. > > With the current pagestore how do you scale back button support past a single > node?
Also there is planned an improvement for DiskPageStore/SecondLevelCacheSessionStore that would make HA and backbutton possible to a certain degree. E.g. replicating page from node A to node B (which happens on cluster) would immediately write the page to node B pagestore, so there would be back button support. -Matej > > ./C > >
