Just because it's the same page class it doesn't mean it's the same
page instance. How does the URL that you invoke look like?

-Matej

On Thu, Jan 7, 2010 at 12:32 PM, manuelbarzi <manuelba...@gmail.com> wrote:
> Hi,
>
> - the scenario is this:
>
> jmeter stress-testing (10 simultaneous users with no ramp-up and an
> infinite-loop cycle) a wicket application (extends SpringWebApplication) by
> only refreshing the HomePage.
>
> - the result is:
>
> observing the disk, the pagemap file for each session (10 items), there is
> an "infinite" increasing (about 10kb each one) up to arriving the 10MB
> (default max size for diskpagestore).
>
> opening the pagemap file (text editor) there is a repetition of the same
> HomePage serialized "infinite" times til arriving the max size allowed for
> the file...
>
> - the question is:
>
> why is this happening? shouldn't the pagemap only store the "new" pages, but
> only conserving "one" reference to a page that was already serialized? why
> is it serializing the same page (HomePage) to the infinite?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to