I would like to change the implementation of the page pool. The reason is that 
the page pool after a while will release all instances of a page. Since I am 
the only user of my own website and do not visit the pages that often I end up 
always paying the construction-page-price. So I would like to have a page pool 
that releases all instances but one for every page, or even better, use soft 
references and let the JVM handle the cleanup :)

For tapestry 3 (which I use now) I will have to change the source and rebuild 
tapestry, but does anyone know if there is or will there be an extension point 
in Tapestry 4 to change this?

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

Reply via email to