You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by carloc <ca...@yahoo.com> on 2008/02/09 11:49:26 UTC

Page Store And Clustering

Hi,

Please correct me if i'm wrong, i've read that there are three types of
pages stores namely
HttpSession
Database
and DiskStore

What type of page store should I use if I am to design my application to be
ready for clustering?

Will disk store be still safe to use?

Thanks

Carlo
-- 
View this message in context: http://www.nabble.com/Page-Store-And-Clustering-tp15370507p15370507.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: Page Store And Clustering

Posted by carloc <ca...@yahoo.com>.
Hi Mr. Johan,

Thanks for the reply.
Appreciate it.

carlo


Johan Compagner wrote:
> 
> just the default one is ok
> 
> We have 2 page stores:
> 
> 
> HttpSessionStore (this is the one that is default in 1.2)
> 
> SecondLevelCacheSessionStore (this one is default in 1.3)
> 
> And the second level cache session store has multiply ways to store the
> pages throug the IPageStore implementation
> 
> For that we have current DiskPageStore as the default and that one is also
> clusterable. But one could make another one (for a database if needed)
> 
> johan
> 
> 
> 
> 
> On Feb 9, 2008 11:49 AM, carloc <ca...@yahoo.com> wrote:
> 
>>
>> Hi,
>>
>> Please correct me if i'm wrong, i've read that there are three types of
>> pages stores namely
>> HttpSession
>> Database
>> and DiskStore
>>
>> What type of page store should I use if I am to design my application to
>> be
>> ready for clustering?
>>
>> Will disk store be still safe to use?
>>
>> Thanks
>>
>> Carlo
>> --
>> View this message in context:
>> http://www.nabble.com/Page-Store-And-Clustering-tp15370507p15370507.html
>> Sent from the Wicket - User mailing list archive at
>> Nabble.com<http://nabble.com/>
>> .
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Page-Store-And-Clustering-tp15370507p15405599.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: Page Store And Clustering

Posted by Johan Compagner <jc...@gmail.com>.
just the default one is ok

We have 2 page stores:


HttpSessionStore (this is the one that is default in 1.2)

SecondLevelCacheSessionStore (this one is default in 1.3)

And the second level cache session store has multiply ways to store the
pages throug the IPageStore implementation

For that we have current DiskPageStore as the default and that one is also
clusterable. But one could make another one (for a database if needed)

johan




On Feb 9, 2008 11:49 AM, carloc <ca...@yahoo.com> wrote:

>
> Hi,
>
> Please correct me if i'm wrong, i've read that there are three types of
> pages stores namely
> HttpSession
> Database
> and DiskStore
>
> What type of page store should I use if I am to design my application to
> be
> ready for clustering?
>
> Will disk store be still safe to use?
>
> Thanks
>
> Carlo
> --
> View this message in context:
> http://www.nabble.com/Page-Store-And-Clustering-tp15370507p15370507.html
> Sent from the Wicket - User mailing list archive at Nabble.com<http://nabble.com/>
> .
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>