PHP is a specialized tool. You cannot compete with that without going the distance, such as mod_perl or whatever other methods. So yeah, it is going to benchmark faster, probably.

However, in a decent-size shop, you quickly realize the importance of good code organization and such, and I think that Perl is much better at this when compared to a lot of languages out there. Enterprise-level apps are a very lucrative market, and I'd be a lot prouder to capture a thousand mid-to-high-range shops than a million tiny PHPBB websites.

Anywho, in Perl I can implement my own damn HTTP server if I like, and it will be even faster. And getting the first prototype up and running would still take about a day. That's where there is a lot of (often unnoticed) power for Perl: ability to quickly bring up pretty stable and usable solutions in a diversity of situations. Those solutions then either end up staying there, or are replaced by a dedicated tool that does the job better (and is appropriately more expensive/less versatile).


In reply to Re: Another prediction of Perl's demise by Anonymous Monk
in thread Another prediction of Perl's demise by bradcathey

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.