Better clustering support for DiskPageStore
-------------------------------------------
Key: WICKET-1272
URL: https://issues.apache.org/jira/browse/WICKET-1272
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.3.0-final
Reporter: Matej Knopp
Assignee: Matej Knopp
Fix For: 1.3.1
When session from nodeA gets replicated to nodeB, store the page being
replicated in nodeB diskpagestore immediately, rather then keeping it in nodeB
session. This has two benefits
* Back button support when nodeA gets down and the sessions originating from
nodeA are served by nodeB
* Much lower memory consumption, as the pages from nodeA don't need to be in
session on nodeB (because they are stored on disk)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.