On Thu, 2006-04-13 at 10:34 +0100, Simon Wistow wrote: > Which is a shame because personally I think it rocks, especially since I > spent a p[ortion of last week trying to remember how to battle with > mod_perl and memory bloat and leaks and slowness and starup.pl and > handler($$) and .... you know what I mean.
Yeah, none of that will happen with mod_tt... You're trading a well-tested and documented module for embedding Perl in apache for a virtually untested one that tries to do essentially the same job. If you really don't want to use mod_perl, the obvious choice is mod_fastcgi, but that won't get rid of any of these issues either. - Perrin _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
