[Catalyst] Catalyst on SpeedyCGI
David Naughton
naughton at umn.edu
Thu Jul 7 21:33:06 CEST 2005
On Thu, Jul 07, 2005 at 01:47:24PM -0500, Pooya Karimian wrote:
> Hi there,
>
> I very new to Catalyst. So I started with perl.com's simple Wiki
> (MiniMojo) to see how that works and that was great. As I am on a shared
> hosting the CGI version is too slow and there's no FastCGI, or mod_perl
> support on my server.
>
> So I compiled the lastest version of SpeedyCGI and used
> Engine::SpeedyCGI. It worked with a simple output only application but
> when I try to run the MiniMojo it stops responding when it reaches this
> line:
>
> $c->stash->{page} = MiniMojo::M::CDBI::Page->find_or_create($query);
>
> It simply waits there forever without exiting from minimojo_speedycgi.pl.
> Any idea on what's the problem and how to solve it?
>
> I have the latest perl (5.8.7) and I got all the modules fresh from CPAN
> yesterday.
>
> btw, is there any IRC channel where you guys hang out?!
Not sure about your other questions, but as seen on
<http://search.cpan.org/dist/Catalyst/lib/Catalyst.pm#SUPPORT>:
"Join #catalyst on irc.perl.org."
#catalyst is extremely active and all catalyst devs hang out there. In
general, that's the best place to ask questions.
> thanks,
> --pooya
> -http://www.pooyak.com/
>
>
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
More information about the Catalyst
mailing list