On Fri, 2005-08-12 at 16:45 -0400, Jonathan Vanasco wrote: > In terms of memory, I was thinking more along the lines of how much > memory the HTML::Template and Text::TagTemplate modules take up > themselves. > > I want all of my templates in the apache process - they're going to be > reused constantly and if they need to be changed i have no problem > doing a graceful restart.
The templates will take up much more memory than the modules. > There's a 40k difference between the two .tar.gz distributions. I > don't know what that will turn into when run - i'm sure 80% of either > of those is POD documentation. A 20k difference on my current setup > should get me 2 more apache children though - which is a bit of a plus. That is not a good enough reason to choose one over the other, in my opinion. RAM is cheaper than your developer time. > I don't want to develop anything to handle this simple thing either... > but this is just one part of something more complex that I'm pretty > sure SSI will not work with. SSI under mod_perl does everything that Text::TagTemplate does. - Perrin