Re: Serialized pages location on the disk ?

2007-12-01 Thread Matej Knopp
On Dec 1, 2007 7:38 PM, mfs <[EMAIL PROTECTED]> wrote:
>
> 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 ?

Right. The diskpagestore data disk can only be loaded by the exact
DiskPageStore instance that stored it. However this doesn't mean you
will not have a failover, the last accessed page is still in session
and will work across cluster.

-Matej

>
> 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]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Serialized pages location on the disk ?

2007-12-01 Thread mfs

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]



Re: Serialized pages location on the disk ?

2007-12-01 Thread Matej Knopp
On Dec 1, 2007 3:39 AM, mfs <[EMAIL PROTECTED]> wrote:
>
> I see..what about SimpleSynchronousFilePageStore, doesnt this solve the
> problem ?  i remember johan about it being an alternative (other than using
> an httpsessionstore as per 1.2) in clustered-env/shared disk scenario...

SimpleSynchronouseFilePageStore is not meant to be used in production
environment. It's too slow. The clustered DiskPageStore could be done
by the end of december.

-Matej

>
> Also the replication DiskPageStore you're talking about, when approx is that
> planned to be out ? can u give me an idea..?
>
> 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#a14101527
>
> 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]



Re: Serialized pages location on the disk ?

2007-11-30 Thread mfs

I see..what about SimpleSynchronousFilePageStore, doesnt this solve the
problem ?  i remember johan about it being an alternative (other than using
an httpsessionstore as per 1.2) in clustered-env/shared disk scenario...

Also the replication DiskPageStore you're talking about, when approx is that
planned to be out ? can u give me an idea..?

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#a14101527
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Serialized pages location on the disk ?

2007-11-30 Thread Matej Knopp
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]



Re: Serialized pages location on the disk ?

2007-11-30 Thread C.

On Sat, 2007-12-01 at 01:35 +0100, Johan Compagner wrote:
> The problem is that the DiskPageStore doesn't work really for clustering
> So you can save it to 1 place, but when a failover happens that file can't
> be picked up
> by another server. (or matej has to have fixed this in the last few days)
> 
> Also we have a pool of open file channels to the file per server. And i
> don't think
> that you can have 2 read/write open channels by different servers to the
> same file.
> 
> So just keeping the DiskPageStore locally is i think a good idea.

Well. the really quick and cheap way to get around this. (for a 2 node
cluster) 

DRBD 

http://www.drbd.org/

You want to scale out past that and the changes required become a bit
more interesting.

Thanks everyone for a great event.. 

./C


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Serialized pages location on the disk ?

2007-11-30 Thread Johan Compagner
The problem is that the DiskPageStore doesn't work really for clustering
So you can save it to 1 place, but when a failover happens that file can't
be picked up
by another server. (or matej has to have fixed this in the last few days)

Also we have a pool of open file channels to the file per server. And i
don't think
that you can have 2 read/write open channels by different servers to the
same file.

So just keeping the DiskPageStore locally is i think a good idea.

johan



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<http://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<http://nabble.com/>
> .
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Serialized pages location on the disk ?

2007-11-30 Thread mfs

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]



Re: Serialized pages location on the disk ?

2007-11-29 Thread Johan Compagner
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]



Re: Serialized pages location on the disk ?

2007-11-29 Thread mfs

well thats certainly is not the idea, since not for everything one comes to
the need of looking into the source code...some times people have worked on
the same stuff and know the answers already...and that was the idea when
initially posted this one..






igor.vaynberg wrote:
> 
> On Nov 29, 2007 11:04 AM, mfs <[EMAIL PROTECTED]> wrote:
>> aint that..its just with so much going on one wishes to get solutions to
>> certain things rather quickly.
> 
> so your idea of quickly is having us look in the code for you...nice.
> waste our time for something you can easily do yourself.
> 
> -igor
> 
> 
> 
> 
>>
>>
>>
>> igor.vaynberg wrote:
>> >
>> > On Nov 29, 2007 10:39 AM, mfs <[EMAIL PROTECTED]> wrote:
>> >>
>> >> i guess thats what i have to do..look at the source.
>> >
>> > yeah...horrible right?
>> >
>> > -igor
>> >
>> >>
>> >>
>> >>
>> >> igor.vaynberg wrote:
>> >> >
>> >> > On Nov 29, 2007 10:19 AM, mfs <[EMAIL PROTECTED]> wrote:
>> >> >>
>> >> >> Thanks, btw as of now what is the default value set for the
>> remaining
>> >> >> three
>> >> >> fields..maxSizePerPageMap,maxSizePerSession and
>> >> fileChannelPoolCapacity ?
>> >> >
>> >> > do you not have the source code?
>> >> >
>> >> > -igor
>> >> >
>> >> >
>> >> >>
>> >> >> 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#a14032322
>> >>
>> >> 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#a14032779
>>
>> 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#a14033129
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Serialized pages location on the disk ?

2007-11-29 Thread Igor Vaynberg
On Nov 29, 2007 11:04 AM, mfs <[EMAIL PROTECTED]> wrote:
> aint that..its just with so much going on one wishes to get solutions to
> certain things rather quickly.

so your idea of quickly is having us look in the code for you...nice.
waste our time for something you can easily do yourself.

-igor




>
>
>
> igor.vaynberg wrote:
> >
> > On Nov 29, 2007 10:39 AM, mfs <[EMAIL PROTECTED]> wrote:
> >>
> >> i guess thats what i have to do..look at the source.
> >
> > yeah...horrible right?
> >
> > -igor
> >
> >>
> >>
> >>
> >> igor.vaynberg wrote:
> >> >
> >> > On Nov 29, 2007 10:19 AM, mfs <[EMAIL PROTECTED]> wrote:
> >> >>
> >> >> Thanks, btw as of now what is the default value set for the remaining
> >> >> three
> >> >> fields..maxSizePerPageMap,maxSizePerSession and
> >> fileChannelPoolCapacity ?
> >> >
> >> > do you not have the source code?
> >> >
> >> > -igor
> >> >
> >> >
> >> >>
> >> >> 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#a14032322
> >>
> >> 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#a14032779
>
> 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]



Re: Serialized pages location on the disk ?

2007-11-29 Thread mfs

aint that..its just with so much going on one wishes to get solutions to
certain things rather quickly.


igor.vaynberg wrote:
> 
> On Nov 29, 2007 10:39 AM, mfs <[EMAIL PROTECTED]> wrote:
>>
>> i guess thats what i have to do..look at the source.
> 
> yeah...horrible right?
> 
> -igor
> 
>>
>>
>>
>> igor.vaynberg wrote:
>> >
>> > On Nov 29, 2007 10:19 AM, mfs <[EMAIL PROTECTED]> wrote:
>> >>
>> >> Thanks, btw as of now what is the default value set for the remaining
>> >> three
>> >> fields..maxSizePerPageMap,maxSizePerSession and
>> fileChannelPoolCapacity ?
>> >
>> > do you not have the source code?
>> >
>> > -igor
>> >
>> >
>> >>
>> >> 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#a14032322
>>
>> 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#a14032779
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Serialized pages location on the disk ?

2007-11-29 Thread Igor Vaynberg
On Nov 29, 2007 10:39 AM, mfs <[EMAIL PROTECTED]> wrote:
>
> i guess thats what i have to do..look at the source.

yeah...horrible right?

-igor

>
>
>
> igor.vaynberg wrote:
> >
> > On Nov 29, 2007 10:19 AM, mfs <[EMAIL PROTECTED]> wrote:
> >>
> >> Thanks, btw as of now what is the default value set for the remaining
> >> three
> >> fields..maxSizePerPageMap,maxSizePerSession and fileChannelPoolCapacity ?
> >
> > do you not have the source code?
> >
> > -igor
> >
> >
> >>
> >> 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#a14032322
>
> 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]



Re: Serialized pages location on the disk ?

2007-11-29 Thread mfs

i guess thats what i have to do..look at the source.


igor.vaynberg wrote:
> 
> On Nov 29, 2007 10:19 AM, mfs <[EMAIL PROTECTED]> wrote:
>>
>> Thanks, btw as of now what is the default value set for the remaining
>> three
>> fields..maxSizePerPageMap,maxSizePerSession and fileChannelPoolCapacity ?
> 
> do you not have the source code?
> 
> -igor
> 
> 
>>
>> 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#a14032322
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Serialized pages location on the disk ?

2007-11-29 Thread Igor Vaynberg
On Nov 29, 2007 10:19 AM, mfs <[EMAIL PROTECTED]> wrote:
>
> Thanks, btw as of now what is the default value set for the remaining three
> fields..maxSizePerPageMap,maxSizePerSession and fileChannelPoolCapacity ?

do you not have the source code?

-igor


>
> 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]



Re: Serialized pages location on the disk ?

2007-11-29 Thread mfs

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]



Re: Serialized pages location on the disk ?

2007-11-29 Thread Eelco Hillenius
>  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]



Re: Serialized pages location on the disk ?

2007-11-29 Thread Johan Compagner
 Use the different constructor your self:

*public* DiskPageStore(File fileStoreFolder, *int* maxSizePerPagemap,
*int*maxSizePerSession,
*int* fileChannelPoolCapacity)


On Nov 29, 2007 7:13 AM, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

> Look at DiskPageStore#getDefaultFileStoreFolder. I looks like it isn't
> designed to be be configured at this time.
>
> Eelco
>
> On Nov 28, 2007 8:59 PM, mfs <[EMAIL PROTECTED]> wrote:
> >
> > Guys,
> >
> > Where does wicket by default stores the serialized pages on the disk ?
> and
> > can it be modified ?
> >
> > Farhan.
> > --
> > View this message in context:
> http://www.nabble.com/Serialized-pages-location-on-the-disk---tf4895129.html#a14019474
> > 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]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Serialized pages location on the disk ?

2007-11-28 Thread Eelco Hillenius
Look at DiskPageStore#getDefaultFileStoreFolder. I looks like it isn't
designed to be be configured at this time.

Eelco

On Nov 28, 2007 8:59 PM, mfs <[EMAIL PROTECTED]> wrote:
>
> Guys,
>
> Where does wicket by default stores the serialized pages on the disk ? and
> can it be modified ?
>
> Farhan.
> --
> View this message in context: 
> http://www.nabble.com/Serialized-pages-location-on-the-disk---tf4895129.html#a14019474
> 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]



Re: Serialized pages location on the disk ?

2007-11-28 Thread mfs

got the answer to the first one, sometimes i just become impatient and post
the questions rightaway, may be thats because u guys are too quick in
responding back ? but yeah the second question..can we modify the default
location ?



mfs wrote:
> 
> Guys,
> 
> Where does wicket by default stores the serialized pages on the disk ? and
> can it be modified ? 
> 
> Farhan.
> 

-- 
View this message in context: 
http://www.nabble.com/Serialized-pages-location-on-the-disk---tf4895129.html#a14019915
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Serialized pages location on the disk ?

2007-11-28 Thread mfs

Guys,

Where does wicket by default stores the serialized pages on the disk ? and
can it be modified ? 

Farhan.
-- 
View this message in context: 
http://www.nabble.com/Serialized-pages-location-on-the-disk---tf4895129.html#a14019474
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]