[Catalyst] Running a Cat app with HTTP::Prefork

2012-01-14 Thread Octavian Rasnita
Hi, I have tried: root@webtest:/srv3# catalyst.pl MyApp ... Change to application directory and Run perl Makefile.PL to make sure your install is complete root@webtest:/srv3# cd MyApp/ root@webtest:/srv3/MyApp# CATALYST_ENGINE='HTTP::Prefork' script/myapp_server.pl [debug] Debug messages

[Catalyst] Re: Running a Cat app with HTTP::Prefork

2012-01-14 Thread Aristotle Pagaltzis
* Octavian Rasnita orasn...@gmail.com [2012-01-14 17:40]: Should it be used diffrently with Catalyst 5.9 For 5.9 I suggest switching horses completely and using the built-in PSGI support together with Starman as a stand-alone preforking dæmon. Works beautifully for me. You get to use PSGI