Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Old guy...Looking for advise on web platform selection.

by Anonymous Monk
on Feb 07, 2018 at 18:21 UTC ( [id://1208644]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Old guy...Looking for advise on web platform selection.
in thread Old guy...Looking for advise on web platform selection.

Nothing in the OP particularly suggests anything that calls for a higher-level framework like Catalyst or Dancer ... CGI::Application and its brethren just might be good enough. Expressed concerns about the number of rows in the database-tables being queried are irrelevant so long as the queries and table-indexes are properly designed. Expressed concerns about the number of sessions are much the same – it will not matter. (Portions of requirements like this one can also be handled using tools like RPC::Any if the decision is made to do most of the presentation client-side using JavaScript.) Frameworks can be very helpful but they also introduce complexity which might not be necessary in an apparently-specialized internal use case like this one seems to be.
  • Comment on Re^3: Old guy...Looking for advise on web platform selection.

Replies are listed 'Best First'.
Re^4: Old guy...Looking for advise on web platform selection.
by Your Mother (Archbishop) on Feb 07, 2018 at 19:11 UTC

    CGI::Application is essentially CGI done with proper dispatch and slightly better abstraction but not all that clear to a beginner and easy to abuse and make a dog's breakfast. CGI would be the least complex here so it seems to be your real recommendation. No one should be recommending either today. It's like suggesting a hammer and box of nails over a nailgun. It might look a little less complicated but you are doing the seeker of advice a disservice. And I don't believe it is easier or necessarily less complicated than Mojo or Dancer. I think it takes a lack of familiarity with the packages to make your assertions. They were specifically designed to make web work easier. But maybe I'm wrong. Show us some code to demonstrate your point and I'll capitulate.

    Come to think of it I can only remember one monk who recommended RPC:: stuff by route here. Always also without code or sense. But the handwaving show was worth the price of entry. Say... you haven't met that monk, have you? Likes to say things like, "all you have to do is design it perfectly and it's easy," "here's a tool from 20 years ago that will come in handy in case you are going to do something unrelated to your question," or "you asked for A but nothing you wrote particularly suggests you are asking for A."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-19 12:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found