on 7/8/01 2:46 AM, Gunther Birznieks at [EMAIL PROTECTED] wrote:
> In addition one of the criteria for "useful" to me is "fast". If the
> template system is slow, it's quite annoying. However, this goes against
> other people's ideas of "useful" being "full featured". As Steven Wright
> says (paraphrased) if you had everything where would you put it?

I think this is more of an issue with CGI.  All of the popular tools are
fast enough under mod_perl that they're very unlikely to be your bottleneck.
It's far more likely to be database work or IPC of some kind that slows down
an application.

Under CGI, the caching schemes of many of these systems don't work.  That
does make a difference.

- Perrin

Reply via email to