Servlet: Performance
Two-level servlet cache
- First level cache used to store input files (including templates).
- Second level cache used to store output cache (HTML-formatted output files). Cache system designed to support synchronous courseware delivery
Persistent tags
- Object used for interpretation of a tag can (optionally) be re-used (no initialization of its internal data). Thus, one can use “interpretation history” of a tag.