http://www.perlmonks.org?node_id=1018063


in reply to A modern Perl repalcement for Apache Server Side Includes?

Keep it static. No need to burden the server for nothing.

But do write all the pages in Template::Toolkit (taking advantage of all the fetaures of TT) and then have the templating system churn out (off-line) all the pages and put these on the server.

Delivery will be as fast as can be.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics
  • Comment on Re: A modern Perl repalcement for Apache Server Side Includes?