wicket apps scale like any other webapp that uses httpsession. you can optimize this further by using sticky sessions.
-igor On Fri, Oct 31, 2008 at 7:01 AM, GK1971 <[EMAIL PROTECTED]> wrote: > > Hi. > > I am now considering how wicket would scale. Does anyone have any metrics on > how it scales in a single server environment? > > I was worried about state handling - partly because this is an unknown to > me. > > However, when I consider the road map for scaling my application I believe > state becomes less of an issue. > > If there is a problem with overhead on a server simply add another server to > the cluster. > > Does that sound about right? > > Does anyone have experience on a large scale application with many > concurrent users? > > Thanks for additional help, Graeme. > -- > View this message in context: > http://www.nabble.com/Scaling-Wicket-and-State.-tp20266524p20266524.html > 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]
