You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by GK1971 <gr...@gmail.com> on 2008/10/31 15:01:56 UTC

Scaling Wicket and State.

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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Scaling Wicket and State.

Posted by Igor Vaynberg <ig...@gmail.com>.
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 <gr...@gmail.com> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org