Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Using Catalyst

by rinceWind (Monsignor)
on Aug 25, 2008 at 21:21 UTC ( [id://706789]=note: print w/replies, xml ) Need Help??


in reply to Using Catalyst

I think you need to consider what you are wanting to achieve in your web app. Doubtless Catalyst could help, though there are a few of your questions that are ringing alarm bells in me.

What platform are you intending to deploy your server technology onto? If this is Linux, I seriously recommend developing on Linux. If you are aiming to produce something completely portable, while that is a very noble aim, you are going to need to be very careful both in keeping your code portable, and in making sure that dependent modules work fully across all platforms. This includes not just those needed by Catalyst itself, but Catalyst plugins etc. needed by your application.

The performance characteristics will be completely different between Windows and Linux, needless to say.

My recommendation is to install Catalyst on a Linux box, and work through the tutorial. Just now, I've had a go at installing Catalyst::Devel on a WinXP machine that is running Strawberry perl 5.8.8. This failed as Data::Alias needs perl >= 5.8.9. You might be interested in knowing that the following modules contain XS code, i.e. make use of a C compiler for building: Template::Toolkit (though you can choose to answer no to the question about building the XS code for stashes) and Class::C3::XS.

--
wetware hacker
(Qualified NLP Master Practitioner and Trainer)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://706789]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-18 01:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found