Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: UP-TO-DATE Comparison of CGI Alternatives

by hippo (Bishop)
on Feb 27, 2017 at 09:27 UTC ( [id://1182946]=note: print w/replies, xml ) Need Help??


in reply to Re: UP-TO-DATE Comparison of CGI Alternatives
in thread UP-TO-DATE Comparison of CGI Alternatives

All Perl webframeworks RFC:SHOULD use PSGI as their interface layer. CGI can be used through PSGI.

Except that as discussed a few weeks back it is very slow with PSGI in a non-persistent environment. Too slow for me to be useful but YMMV.

  • Comment on Re^2: UP-TO-DATE Comparison of CGI Alternatives

Replies are listed 'Best First'.
Re^3: UP-TO-DATE Comparison of CGI Alternatives
by Your Mother (Archbishop) on Feb 27, 2017 at 13:32 UTC

    Yes. Sorry, I should have mentioned. But all webframeworks are slow without a persistent layer and CGI is probably going to be among the fastest. And in any large application, all of them will be too slow for practical use and some, like a big Catalyst app, completely unusable.

Re^3: UP-TO-DATE Comparison of CGI Alternatives
by Anonymous Monk on Feb 28, 2017 at 00:47 UTC

    Except that as discussed a few weeks back it is very slow with PSGI in a non-persistent environment. Too slow for me to be useful but YMMV.

    You're saying CGI program running under PSGI is SLOER than same program running under CGI?

    Sounds like a broken program, see CGI to mod_perl Porting. mod_perl Coding guidelines

Log In?
Username:
Password:

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

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

    No recent polls found