Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: PSGI/Plack unsatisfactory performance

by Your Mother (Archbishop)
on Dec 07, 2021 at 05:35 UTC ( [id://11139455]=note: print w/replies, xml ) Need Help??


in reply to PSGI/Plack unsatisfactory performance

I’m one of the ones, probably the one you’re calling out, who has suggested uwsgi repeatedly. Stability is not free but it’s the only professional answer. Starman was close to useless for me in the *multiple* times I fought to use it; I prefer Perl solutions. I think I even filed a bug report on core dumps related to some bad hardcoded port stuff once and never got an answer. Never heard of, nor tried, the other options but they also appear unstable. unit from the nginx people might be worth trying, I still haven’t.

“Hello world” tests are essentially useless in real world terms, unless your app has no templates, no DB/Model layers, and no processing of any kind. Then it works, but at that point, it’s a static app and every raw webserver will beat it easily.

I am skeptical that even with mod_php, or whatever is the standard now, you are seeing better than 80x improved performance. It’s probably some sort of webserver caching since the page/request never changes. mod_perl, as suggested already, will be faster but it’s a mistake, and a dead end likely to get pulled out from under you in the future, in my view.

Replies are listed 'Best First'.
Re^2: PSGI/Plack unsatisfactory performance
by beautyfulman (Sexton) on Dec 25, 2021 at 23:22 UTC
    11139919
    by beautyfulman (Sexton) on Dec 26, 2021 at 22:10 UTC

          That’s fantastic. If you have the time and patience, I encourage you to write-up your approach in as much detail as possible to post here. Deployment stuff is possibly the hardest part—outside security—of getting web apps right and it sounds like you’re hitting on winning combinations.

        Log In?
        Username:
        Password:

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

        How do I use this?Last hourOther CB clients
        Other Users?
        Others having a coffee break in the Monastery: (2)
        As of 2024-04-24 15:54 GMT
        Sections?
        Information?
        Find Nodes?
        Leftovers?
          Voting Booth?

          No recent polls found