I would have to say that it is. For a recent project, I created a data replication program that provided a semi-real-time legacy feed to a new web application that we were developing. The system was transactional and used the internet for forwarding the information. For our test we used one of our own workstations as a server running IIS and Perl in out of process CGI mode. The script was able to handle thousands of request with little difficulty. When pointed at the web application, it brought the web app to its knees. The web application had to be put on a very hefty machine in order to handle the same volume as our test server (workstation). The web app was a pure J2EE solution that had some serious tuning done to it. The test server was running on a standard workstation, without tuning, in a very slow Perl CGI configuration. The Java solution took days to write and implement, the Perl solution took about 15 minutes.

In reply to Re: Is perl scalable? by Anonymous Monk
in thread Is perl scalable? by silent11

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.