Re: Wicket for large user base website

2012-05-07 Thread Martin Grigorov
read https://cwiki.apache.org/confluence/x/qIaoAQ to understand how
Wicket stores the pages

the app I work on has ~15M registered users and ~200K concurrent
users. I hope these are good enough numbers for you

On Mon, May 7, 2012 at 9:54 AM, kshitiz k.agarw...@gmail.com wrote:
 Okkwicket being statefull stores state of each page in a session. So, if
 I make some pages stateless and some statefull,will that improve its memory
 efficiency?

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Wicket-for-large-user-base-website-tp4613283p4614133.html
 Sent from the Users forum mailing list archive at Nabble.com.

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




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



Re: Wicket for large user base website

2012-05-07 Thread Nick Heudecker
Martin,

Would you mind outlining your site's hardware configuration to support that
load? I'm sure it would be helpful. Thanks!

-Nick


On Mon, May 7, 2012 at 12:20 AM, Martin Grigorov mgrigo...@apache.orgwrote:

 read https://cwiki.apache.org/confluence/x/qIaoAQ to understand how
 Wicket stores the pages

 the app I work on has ~15M registered users and ~200K concurrent
 users. I hope these are good enough numbers for you

 On Mon, May 7, 2012 at 9:54 AM, kshitiz k.agarw...@gmail.com wrote:
  Okkwicket being statefull stores state of each page in a session.
 So, if
  I make some pages stateless and some statefull,will that improve its
 memory
  efficiency?
 
  --
  View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Wicket-for-large-user-base-website-tp4613283p4614133.html
  Sent from the Users forum mailing list archive at Nabble.com.
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 



 --
 Martin Grigorov
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com

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




Re: Wicket for large user base website

2012-05-07 Thread kshitiz
Thanks all for the reply...actually I haven't looked into the hardware as I
am in middle of application development. Just going through various forums,
people were recommending Wicket for dekstop apps as it is statefull
framework. But as I can see various Wicket websites with high traffic, I
think there is nothing to worry about. Also, memory efficiency can be
achieved by making some pages stateless.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-for-large-user-base-website-tp4613283p4616576.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Wicket for large user base website

2012-05-06 Thread Josh Kamau
look at
http://letsgetdugg.com/2010/02/02/clean-looking-wicket-sites-that-can-scale/

Josh.

On Sun, May 6, 2012 at 9:22 PM, kshitiz k.agarw...@gmail.com wrote:

 Hi,

 I have started to learn wicket framework and I like it a lot. I want to
 build a web app for large user base web apps like social networking ones. I
 have read that wicket is best for dekstop based app as it is a bit memory
 consuming but highly flexible. Does it mean that the application may face
 memory problem in future when user base would increase? Is this framework
 meant for dekstop like apps but not web apps with large user base? Please
 dont mind if my question sounds stupid..


 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Wicket-for-large-user-base-website-tp4613283.html
 Sent from the Users forum mailing list archive at Nabble.com.

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