Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

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.


In reply to Re: PSGI/Plack unsatisfactory performance by Your Mother
in thread PSGI/Plack unsatisfactory performance by beautyfulman

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found