[ 
https://issues.apache.org/jira/browse/WICKET-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476244
 ] 

Eelco Hillenius commented on WICKET-201:
----------------------------------------

It would be cool to have a threshold so that once a certain limit (e.g. number 
of sessions or heap usage) is reached, the store would do a blocking write 
immediately rather than keeping 1 or more pages in memory. That would make 
Wicket slower once the threshold is reached, but we could prevent running out 
of heap memory when properly configured - the server wouldn't die and once 
traffic is below the threshold again, it can pick up memory to run more 
efficiently again.

> refactor storing pages and versions
> -----------------------------------
>
>                 Key: WICKET-201
>                 URL: https://issues.apache.org/jira/browse/WICKET-201
>             Project: Wicket
>          Issue Type: Bug
>            Reporter: Eelco Hillenius
>         Assigned To: Johan Compagner
>            Priority: Critical
>             Fix For: 1.3, 2.0
>
>
> See http://www.nabble.com/refactor-storing-pages-and-versions-tf2943670.html 
> for a discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to