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
> immediately stored to DiskPageStore on nodeB, rather than kept in
> session. This means that the instance is later accessible on NodeB
> even after another page from the same pagemap has been replicated to
> NodeB, because it's already stored in DiskPageStore. Also it doesn't
> have to be kept in memory, significantly reducing the session state.

sweet

> There is one exception though, where the backbutton won't work across
> cluster. Imagine following scenario:

this is ok. thats how all clusters work if you only use a single node
as a backup buddy.

-igor

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to