I'm using modperl for a site I'm developing.  The basic structure (framework (header and footer)) is all dynamic and custom built for individual users.  There are a series of static HTML documents, though, that need to be incorporated within the dynamic framework.  If I just stick the HTML into the modules and print, won't it make my server processes unnecessarily large (just holding static HTML in memory)??  Just wondering what the best method is to display static HTML within a dynamic framework.  Speed and cache are probably important, but frequent dumps of the cache so as not to hold the memory.
 
If anyone has any suggestions, I'd really appreciate it.  Thanks!
 
Arthur

Reply via email to