No. The old pages (serialized to disk) are only saved on one node,
unless you have some kind of distributed page store. In the (possibly
near) future we might support automatic replication of page store.
It's on my todo list :)

-Matej

On Nov 13, 2007 10:17 AM, mfs <[EMAIL PROTECTED]> wrote:
>
> So replication of serialized pages (on the disk) is also taken care of, for
> which one doesnt need to worry about nything..?
>
>
>
> igor.vaynberg wrote:
> >
> > afaik the current pagestore will save the page to disk after its been
> > replicated...or was that another pagestore subclass you were working
> > on matej?
> >
> > so that way every node you replicate to has a full copy of all the
> > pages from the source node.
> >
> > -igor
> >
> >
> > On Nov 12, 2007 6:06 PM, mfs <[EMAIL PROTECTED]> wrote:
> >>
> >> I am talking of the scenario where the old page instances (and their
> >> model)
> >> are serialized to the disk ? how would those be synchronised on the other
> >> machine/server in the cluster ?
> >>
> >> Farhan.
> >>
> >>
> >>
> >> igor.vaynberg wrote:
> >> >
> >> > wicket stores its pages in session, so if your sessions are replicated
> >> > within the cluster you should have no problem
> >> >
> >> > -igor
> >> >
> >> >
> >> > On Nov 12, 2007 4:42 PM, mfs <[EMAIL PROTECTED]> wrote:
> >> >>
> >> >> Hi Guys,
> >> >>
> >> >> Another question relating to the serialization of pages, so lets say
> >> we
> >> >> have
> >> >> multiple instance of an application deployed in a load-balancing
> >> >> environment, now lets stay in case of wizard type use-case if
> >> subsequent
> >> >> requests get forwarded to different server (based on load sharing),
> >> would
> >> >> the serialized page-components and the model data be synchronized to
> >> the
> >> >> other servers in the cluster ? given the default implementation of the
> >> >> page-store..? how would that work ?
> >> >>
> >> >> Thanks and Regards,
> >> >>
> >> >> Farhan.
> >> >> --
> >> >> View this message in context:
> >> >>
> >> http://www.nabble.com/Serialization-of-pages-in-a-cluster-load-balancer-environment---tf4795023.html#a13717677
> >> >> Sent from the Wicket - User mailing list archive at Nabble.com.
> >> >>
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >> >>
> >> >>
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> > For additional commands, e-mail: [EMAIL PROTECTED]
> >> >
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Serialization-of-pages-in-a-cluster-load-balancer-environment---tf4795023.html#a13718547
> >>
> >> Sent from the Wicket - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/Serialization-of-pages-in-a-cluster-load-balancer-environment---tf4795023.html#a13722291
>
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to