that growing of a page constantly is only a problem when you use one page
and through ajax request you constantly change that single page.

if not then the page versions will be removed because there can only be 7
(pages + page versions) by default

johan


On 6/8/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

> We're using 1.2.6.  Is the 2nd level cache available prior to 1.3?

It's only in 1.3 I'm afraid.

> As for page complexity, we commonly have a reasonably robust repeater
> or list view on each page (though without too many rows) along with a
> form or two.
>
> I'm concerned about models because as I do work on a given page I see
> the older page maps change in size.  I.e. I have p0=30K, p1=33K --
> then I do something substantial on p2 and see the size of p0 & p1 each
> increase by 11K.

One known issue with the old sessionstore is that deltas of a page are
stored in the page itself. This will result in the page keep on
growing. We've had lots of discussion about this, which resulted in
the default session store implementation of 1.3 now storing the whole
page for each version to second level cache (temp dir) instead.

I'm not sure how to fix this for 1.2 tbh. To limit how far those
versions can grow, you can set maxVersions in UndoPageVersionManager,
which in 1.2 is a setting somewhere (sorry don't know from the top of
my head).

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to