https://issues.apache.org/bugzilla/show_bug.cgi?id=48358
Isabel Drost <isa...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #24684|0 |1 is obsolete| | --- Comment #4 from Isabel Drost <isa...@apache.org> 2009-12-15 01:53:57 UTC --- Created an attachment (id=24707) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24707) Patch including tests that adds support for selectively unloading jsps. The patch includes changes to the way of identifying the jsp(s) to destroy: If unloading is activated, the JspRuntimeContext tracks the relative "age" - in terms of last execution time - of each jsp. Age is tracked in a queue that supports additions, updates and removal of its nodes in constant time. If unloading is activated this gets rid of the costly loop for identifying candidate jsps. It should incur only slight overhead at jsp execution time. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org