I do agree mod_perl is a strong web-develop language.But I still think it 
consume too much memory.
Under my test,it's not so stable as fast-cgi,and eat much more memory than 
fast-cgi.Maybe the truth is not so,it's just my test result.
I know the famous email site www.postmaster.co.uk is running under mod_perl,it 
act excellently.while the another strong email provider www.gmx.net is running 
under fast-cgi.

-----Original Message-----
>From: Perrin Harkins <[EMAIL PROTECTED]>
>Sent: Feb 16, 2006 5:22 PM
>To: Daniel McBrearty <[EMAIL PROTECTED]>
>Cc: modperl@perl.apache.org
>Subject: Re: A question for the newbies
>
>On Thu, 2006-02-16 at 23:13 +0100, Daniel McBrearty wrote:
>> Can you give any recs on choosing a templating system if memory use is
>> also a factor? 
>
>The one you have (CGI::FastTemplate) or Apache::SSI are pretty good in
>low-memory situations.  Others like TT and HTML::Template can be set to
>not cache things in memory, but it will slow them down.  (They do some
>disk-based caching, but it's nowhere near as fast.)
>
>In my opinion, it's still worth it to use a more powerful system for
>most people, even if it's slightly slower than FastTemplate or SSI.  The
>exception is running under CGI, where code compiling really hurts you.
>
>- Perrin
>


--
Jeff Pang
NetEase AntiSpam Team
http://corp.netease.com

Reply via email to