Hi Geert and everyone, I wrote a CMS type system a little while back that allows users to enter template code as part of being able to edit a "live" page. The "content" was XML and was stored in the database, and I wrote ResourceFinders for reading and having the templates compiled. This is really cool because I can use elements with embedded properties as components that are included or configured as part of editing the normal HTML.
The problem I've run into is that the VM (or Tomcat's container) doesn't seem to be throwing away expired template classes -- the expired classes end up in the permanent heap space (PermGen?). This means that as edits are made to pages and the templates are recompiled, memory gets consumed over time. Is anyone else doing this sort of thing? Has anyone else run into this? Suggestions? Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~---
