Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: CGI or CGI::Fast

by sundialsvc4 (Abbot)
on Sep 10, 2012 at 12:59 UTC ( [id://992754]=note: print w/replies, xml ) Need Help??


in reply to Re^2: CGI or CGI::Fast
in thread CGI or CGI::Fast

Plack is, of course, an interface layer ... it provides a simple, consistent interface for you to write to, and then a set of personality-modules which you select according to the environment.   (One of those is, “ordinary CGI.”)   If your hosting service does not and cannot provide FastCGI, and the omission is business-important for you, just move to a different provider and change where your DNS entry goes. . .

But remember that it might not actually matter.   Most operating systems are “lazy” about getting rid of recently-used code segments, in anticipation that the same programs are often used repeatedly.   (The notion of “locality of reference” also has a corollary with regard to which programs are being requested.)

Replies are listed 'Best First'.
Re^4: CGI or CGI::Fast
by Anonymous Monk on Sep 10, 2012 at 15:25 UTC

    Thanks, sundialsvc4!

    It's shared hosting, which I think is the norm not to allow FastCGI.

    I could opt for the VPS, but that's substantially more expensive than shared hosting and isn't a viable option.

    I read up about Plack a little and found it to be quite abstract and I'm not immediately clear how it can help in my case - which is to move from ordinary CGI to faster CGI. Plack might not even be an option in a shared hosting environment, just like FastCGI.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-19 18:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found