Well, high-trafficked Websites such as slashdot, Amazon, and may others do quite fine with Perl every day. As many developers discover over time, the primary issue with performance and scalability is whether or not your tech people are competent. If you have questions about their competency, it can be very easy to build slow, hard-to-maintain Web sites in any language. In fact, Perl may be worse than others for this because less experienced developers don't know how to harness its power.

However, if they're competent, Perl can be a fantastic choice because of how easy and fast development is. Much of performance comes from things outside of the programming language. Do you have competent DBAs? Decent load-balancing? Are you dynamically generating pages with static content? Do you understand how your site is going to be used and know what to target for profiling? How's your network set up? Do you have media servers separate from database and app servers? Heck, if you feel you don't need stuff like that, you probably won't have enough traffic or usage (not the same thing), to worry about whether or not Perl is a bottleneck.

In short, performance and scalability depend on many factors, not just Perl. (Side note: I've done a lot of work with "enterprise" level Perl in high-demand environments. I have no problems with it)

Cheers,
Ovid

New address of my CGI Course.


In reply to Re: Perl website by Ovid
in thread Perl website by Anonymous Monk

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.