Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Help me fill a gap in my server-side knowledge?

by sundialsvc4 (Abbot)
on Jan 26, 2013 at 00:13 UTC ( [id://1015431]=note: print w/replies, xml ) Need Help??


in reply to Help me fill a gap in my server-side knowledge?

Systems such as Catalyst or Mojolicious are frameworks that provide more of the infrastructure that are needed by ... well ... “the sort of web-sites that Catalyst or Mojolicious are good at building.”   Each of them has ecked out a particular piece of common-ground and made it very easy to build websites along the same lines.

They also are typically designed so that they can be used under mod_perl, FastCGI, Plack, or CGI mode.

The essential purpose of these “non-CGI” arrangements is that the software is, by whatever means, no longer repeatedly loaded and unloaded with each request, but remains persistent ... either as a Perl interpreter wedged into apache, or as a cadre of service-processes who fulfill requests handed to them by Apache.

  • Comment on Re: Help me fill a gap in my server-side knowledge?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1015431]
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: (6)
As of 2024-04-18 18:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found