Bugs item #1260087, was opened at 2005-08-15 17:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1260087&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gili Tzabari (cowwoc) Assigned to: Nobody/Anonymous (nobody) Summary: Document lifecycle of resources Initial Comment: When a resource is associated with a Page as its scope and that Page gets garbage collected, Wicket still maintains a strong reference to the resource. We should be able to free resources somhow, whether explicitly or by specifying a timeout value or something. Currently resources are stored indefinately. What happens if one creates a Page which displays an image which is randomly selected from a huge pool? If multiple users hit that Page, each getting a difference instance, and each expecting to see a different image, when do the images ever get GCed? Is it even technically possible to have the same Page class bind different random images against the same scope? Does it make more sense for the scope to consist of an Object instance as opposed to a class? All these things should really be clarified in the Javadoc and/or Wiki under the heading of "life cycle of resources". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1260087&group_id=119783 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
