Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Johan Compagner
[EMAIL PROTECTED] wrote: We are trying to do some performance troubleshooting and want to disable the second level page cache. Is there any way to do this? Thanks, Jamie -- View this message in context: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Johan Compagner
] wrote: We are trying to do some performance troubleshooting and want to disable the second level page cache. Is there any way to do this? Thanks, Jamie -- View this message in context: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Alex Objelean
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Disable-the-SecondLevelPageCache

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Alex Objelean
this? Thanks, Jamie -- View this message in context: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Matej Knopp
. Is there any way to do this? Thanks, Jamie -- View this message in context: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Matej Knopp
. Is there any way to do this? Thanks, Jamie -- View this message in context: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Alex Objelean
troubleshooting and want to disable the second level page cache. Is there any way to do this? Thanks, Jamie -- View this message in context: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Alex Objelean
/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Johan Compagner
: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User mailing list archive at Nabble.com . - To unsubscribe, e-mail: [EMAIL

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Alex Objelean
: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Martijn Dashorst
: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Alex Objelean
level page cache. Is there any way to do this? Thanks, Jamie -- View this message in context: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Johan Compagner
this message in context: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Alex Objelean
level page cache. Is there any way to do this? Thanks, Jamie -- View this message in context: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Igor Vaynberg
: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Disable the SecondLevelPageCache?

2007-09-10 Thread Johan Compagner
and also keep the ui state down to a minimum - which will make your app clusterable and thus scalable for the future. the app is clusterable it could serialize it just fine ;) 32MB and everything is serializeable thats an accomplishment! johan

Re: Disable the SecondLevelPageCache?

2007-09-09 Thread Sean Sullivan
On 9/8/07, Eelco Hillenius [EMAIL PROTECTED] wrote: [...] Also thanks to Matej who recently added a very, very optimized page store variant, *and* contributed an efficient page store that can be used in a cluster. Which page store class are you referring to?

Re: Disable the SecondLevelPageCache?

2007-09-09 Thread Eelco Hillenius
On 9/9/07, Sean Sullivan [EMAIL PROTECTED] wrote: On 9/8/07, Eelco Hillenius [EMAIL PROTECTED] wrote: [...] Also thanks to Matej who recently added a very, very optimized page store variant, *and* contributed an efficient page store that can be used in a cluster. Which page store class

Re: Disable the SecondLevelPageCache?

2007-09-09 Thread Matej Knopp
Even the regular DiskPageStore is optimized for use in clustered environment, as it reuses serialized page instances when the session is being replicated. -Matej On 9/9/07, Sean Sullivan [EMAIL PROTECTED] wrote: On 9/8/07, Eelco Hillenius [EMAIL PROTECTED] wrote: [...] Also thanks to Matej

Re: Disable the SecondLevelPageCache?

2007-09-08 Thread Ryan Holmes
page cache. Is there any way to do this? Thanks, Jamie -- View this message in context: http://www.nabble.com/Disable-the- SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Disable the SecondLevelPageCache?

2007-09-08 Thread Eelco Hillenius
On 9/7/07, Matej Knopp [EMAIL PROTECTED] wrote: You can revert to httpsessionstore by changing Application.newSessionStore method. But that's not recommended. What are your performance problems? I doubt it is caused by the session store. And if you are interested in just profiling etc, you

Re: Disable the SecondLevelPageCache?

2007-09-08 Thread Ryan Holmes
Hi Eelco, Thanks for the thorough response (as usual). We're almost done converting from Tap 4 to Wicket 1.2 and we'll look into migrating to 1.3 pretty soon. I was planning on reverting to the HttpSessionStore immediately because I assumed the new disk-based store(s) traded performance

Re: Disable the SecondLevelPageCache?

2007-09-08 Thread Eelco Hillenius
On 9/8/07, Ryan Holmes [EMAIL PROTECTED] wrote: Hi Eelco, Thanks for the thorough response (as usual). We're almost done converting from Tap 4 to Wicket 1.2 and we'll look into migrating to 1.3 pretty soon. I was planning on reverting to the HttpSessionStore immediately because I assumed the

Re: Disable the SecondLevelPageCache?

2007-09-07 Thread Matej Knopp
troubleshooting and want to disable the second level page cache. Is there any way to do this? Thanks, Jamie -- View this message in context: http://www.nabble.com/Disable-the-SecondLevelPageCache--tf4403977.html#a12563895 Sent from the Wicket - User mailing list archive at Nabble.com