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

Re^4: is Plack really necessary?

by Anonymous Monk
on Apr 27, 2018 at 11:32 UTC ( [id://1213677]=note: print w/replies, xml ) Need Help??


in reply to Re^3: is Plack really necessary?
in thread is Plack really necessary?

so there's no need for low level uwsgi/psgi protocol use?

Replies are listed 'Best First'.
Re^5: is Plack really necessary?
by Your Mother (Archbishop) on Apr 27, 2018 at 16:23 UTC
      So with Starman involved, is this the correct diagram? Nginx <--> HTTP <--> Starman <--> Plackup/PSGI <--> Dancer <--> Code

        Yep. It's the layer called the application server. The main reason for this layer, as opposed to CGI which has no app server, is that the application is persistent as opposed to execute on demand. With a dynamic language like Perl, the benefits of persistence are enormous. Reduced a little–

        AppCode <-> AppServer <-> WebServer

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 22:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found