Excerpts from Jochem Jofel's message of Tue Aug 18 06:36:42 -0700 2009:
> and I hope to be able to use it for a site that presumably will be a high
> traffic site (thus not very well suited for a (fast)CGI approach)

FastCGI and mod_perl are indistinguishable from a performance perspective.
Both involve persistent processes answering requests.  It's only vanilla CGI
that involves starting Perl anew for each request, with all the slowness that
entails.

(You can run Mason under fastcgi using its normal CGI handler, though most of
the documentation assumes you will use mod_perl.)

hdp.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to