Re: [Mason] What do I lose with FastCGI

2006-08-16 Thread jeffhua
>Also, MasonX::R::WAS does not depend on running under mod_perl. >Apache::DBI and Apache::Request do depend on it, though. Hello,currently we use CGI.pm unser modperl1,do we need to change to use Apache::Request for the better performance?Thank you. (btw:Apache::DBI is really good.) __

Re: [Mason] What do I lose with FastCGI

2006-08-16 Thread Dave Rolsky
On Wed, 16 Aug 2006, S. Kiehn wrote: > I have a site that I am looking to host at grokthis.net, a mason fastcgi > account. I understand without mod_perl I no longer have use of the $r > object and Apache modules (Apache::DBI, > MasonX::Request::WithApacheSession, libapreg, etc.). My question

[Mason] What do I lose with FastCGI

2006-08-16 Thread S. Kiehn
I have a site that I am looking to host at grokthis.net, a mason fastcgi account.  I understand without mod_perl I no longer have use of the $r object and Apache modules (Apache::DBI, MasonX::Request::WithApacheSession, libapreg, etc.).  My question is this: Is there any other features of mason tha