[Catalyst] error while starting my dev enviroment

Eden Cardim edencardim at gmail.com
Sun Jul 10 19:53:41 GMT 2011


>>>>> "Charlie" == Charlie Gonzalez <itcharlie at gmail.com> writes:

    Charlie> Does this mean that when making a decision on an OS for
    Charlie> Catalyst apps the best choice of a linux OS is  CentOs or
    Charlie> Redhat?

Your best bet on any system is to leave the vendor perl alone and build
one exclusively for your app. If it's a production-scale system, you
want to do that anyway, given most vendor perls come with threading
support and that will impact performance. You can then install all the
dependencies from CPAN, to get minimum maintainance interference between
the OS and your app.

-- 
   Eden Cardim       Need help with your Catalyst or DBIx::Class project?
  Code Monkey                    http://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://blog.edencardim.com/            http://www.shadowcat.co.uk/servers/
http://twitter.com/#!/edenc



More information about the Catalyst mailing list