On Jul 29, 2005, at 1:55 AM, Craig McClanahan wrote:
It's sort of a different way to look at it, but consider this ... maybe the act of configuring the filter *is* your indication that you want to check for reloads, and lack of the filter would work as things do today (i.e. you have to reload the app to recognize changes). That way, people who don't care about checking for reloads have zero performance penalty to worry about.
I wonder if TilesServlet would be better suited as a Filter. It doesn't do anything but make sure the DefinitionsFactory is loaded. We could provide 2 implementations: one that does the reload check and one that doesn't -- or provide a single Filter with a configuration param that indicates whether to check or not.
Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]