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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to