Re: DiskPageStore improvements for 1.3.1

2008-01-12 Thread C.
On Thu, 2008-01-10 at 13:35 +0100, Matej Knopp wrote: Ideally, NodeB ought to catch up when it joins the cluster by syncing the content in the disk page stores at that time. I think it's a flaw we should track and fix at some point. Nice job, Matej! Well, I'm afraid as

Re: DiskPageStore improvements for 1.3.1

2008-01-12 Thread Matej Knopp
The thing is, we don't really care what the topology is. The only requirement is that the session gets immediately deserialized once it is replicated to other node, which should be either default or at least configurable on most containers. So we let the container manage the

Re: DiskPageStore improvements for 1.3.1

2008-01-10 Thread C.
Matej Knopp-2 wrote: Hi all, I've committed couple of changes to DiskPageStore to address some issues. Mind you the commit is rather fresh and needs to be tested properly before 1.3.1 gets out. First of all it solves the problem of context reloads (see

Re: DiskPageStore improvements for 1.3.1

2008-01-10 Thread Matej Knopp
Ideally, NodeB ought to catch up when it joins the cluster by syncing the content in the disk page stores at that time. I think it's a flaw we should track and fix at some point. Nice job, Matej! Well, I'm afraid as Igor said this is not possible to do without having container

DiskPageStore improvements for 1.3.1

2008-01-09 Thread Matej Knopp
Hi all, I've committed couple of changes to DiskPageStore to address some issues. Mind you the commit is rather fresh and needs to be tested properly before 1.3.1 gets out. First of all it solves the problem of context reloads (see https://issues.apache.org/jira/browse/WICKET-1161). When context

Re: DiskPageStore improvements for 1.3.1

2008-01-09 Thread Igor Vaynberg
On Jan 9, 2008 5:09 AM, Matej Knopp [EMAIL PROTECTED] wrote: What's new? Imagine a simplified environment, cluster with two nodes (NodeA and NodeB). All sessions from a NodeA are replicated to NodeB and vice versa. When a page instance is being replicated from NodeA to NodeB, it is

Re: DiskPageStore improvements for 1.3.1

2008-01-09 Thread Doug Leeper
Besides get the latest source from SVN...is there anything I need to do to utilize this? BTW...I am using the default session store impl from WebApplication. -- View this message in context: http://www.nabble.com/DiskPageStore-improvements-for-1.3.1-tp14711582p14720963.html Sent from

Re: DiskPageStore improvements for 1.3.1

2008-01-09 Thread Jonathan Locke
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/DiskPageStore-improvements-for-1.3.1-tp14711582p14728308.html Sent from the Wicket

Re: DiskPageStore improvements for 1.3.1

2008-01-09 Thread Igor Vaynberg
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/DiskPageStore-improvements-for-1.3.1-tp14711582p14728308.html Sent from the Wicket - User mailing list archive at Nabble.com