Matej, Though i guess i interpreted your response correctly, but just to be sure..so u are saying even if we are doing an in memory session replication of the nodes in the cluster and at the same time a centralized page-store, even than the DiskPageStore wouldnt work..right ?
FArhan. Matej Knopp-2 wrote: > > Sorry, that will not work anyway. The files stored on disk are not > self-contained. The index required to interpret the files is stored in > memory and is specific for each node. The DiskPageStore at this point > doesn't support session replication (thus no back button for > replicated session). However, a support for replicated DiskPageStore > is planned soon after 1.3 is out. > > -Matej > > On Nov 30, 2007 7:32 PM, mfs <[EMAIL PROTECTED]> wrote: >> >> Since i want to give a centralized disk-store for all the clustered >> nodes. >> >> As for the file-param constructor, i think it would certainly be helpful. >> >> Farhan. >> >> >> >> >> Johan Compagner wrote: >> > >> > First why do you want to change the default file location? >> > >> > Also i thing we should improve the javadoc a bit so that the defaults >> > are mentioned and i am thinking here to add a File param only >> > constructor so that you can change the location easier without knowing >> > the rest of those defaults >> > >> > On 11/29/07, mfs <[EMAIL PROTECTED]> wrote: >> >> >> >> Thanks, btw as of now what is the default value set for the remaining >> >> three >> >> fields..maxSizePerPageMap,maxSizePerSession and >> fileChannelPoolCapacity ? >> >> >> >> Farhan. >> >> >> >> Eelco Hillenius wrote: >> >> > >> >> >> Use the different constructor your self: >> >> >> >> >> >> *public* DiskPageStore(File fileStoreFolder, *int* >> maxSizePerPagemap, >> >> >> *int*maxSizePerSession, >> >> >> *int* fileChannelPoolCapacity) >> >> > >> >> > I don't know how I missed that constructor. Looked with my butt it >> >> seems. >> >> > >> >> > Eelco >> >> > >> >> > >> --------------------------------------------------------------------- >> >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> > For additional commands, e-mail: [EMAIL PROTECTED] >> >> > >> >> > >> >> > >> >> >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/Serialized-pages-location-on-the-disk---tf4895129.html#a14031923 >> >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Serialized-pages-location-on-the-disk---tf4895129.html#a14087791 >> >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Serialized-pages-location-on-the-disk---tf4895129.html#a14108107 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
