[Catalyst] $c->req->base doesn't actually return base
Jonathan Rockway
jon at jrock.us
Wed Jan 24 19:52:45 GMT 2007
David Morel wrote:
> vti a écrit :
>> I am limited to the hosting that doesn't support neigher mod_perl nor fastcgi.
>
> It won't work. The performance alone will be dreadful. Is it shared hosting
> ? do you have a shell for a start ?
I agree here. You might want to either get a different provider, or use
CGI::Application. I would personally stick with Catalyst and ditch my
provider, but I'm biased. (My current host has great Catalyst support,
FWIW ;)
Here's a slightly-outdated Catalyst/CGI::App comparison:
http://cgiapp.erlbaum.net/index.cgi?CatalystCompared
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
More information about the Catalyst
mailing list