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]
