Memory usage improvements.
I made a couple of changes in the Roller 0.9.7-dev codebase to address
memory usage:
- There is now one and only one instance of the Roller business-tier implementation object RollerImpl instead of one per session.
- Many calls to getSession(true) were removed and now the RssServlet no longer creates a session.
- Velocity template caching has been turned back on, but I'm really not sure why leaving it off (apparently) ate so much memory.
Dave Johnson
in Roller
• 🕒 03:54AM Nov 13, 2002
Tags:
Roller