>  I realized something, though: Although the pages on my site are
>  dynamically generated, they are really static. Their content doesn't
>  change unless I change the files on the website. (For example,
>  http://www.animewallpapers.com/wallpapers/ccs.htm depends on header.asp,
>  footer.asp, series.dat and index.inc. If none of those files change, the
>  content of ccs.htm remains the same.)

You might want to consider using a tool other than mod_perl in this situation. 
There are preprocessor/compiler-type such as htmlpp or WML (both written in
Perl), or you can build the pages in PHP (e.g.) and compile them into static
pages with the command-line version.  I've used both htmlpp and PHP, and both
work well, and I drive them both with make.

I don't know if either Mason or Embperl offer static compilation, but Mason has
caching and I believe that Embperl is getting caching.  AxKit is also very
cool, and caches.

-- 
Dave Seidel
[EMAIL PROTECTED]

Reply via email to