Is there anything to say to these guys to defend Perl?

I've seen just the opposite: we used to host a rather well visited web-site for an airport with close to real-time flight information (1 minute delay). This ran on a Solair box with Slowaris 5.6 (if I remember correctly). The machine had a whole 32M of RAM (yes, Megs, not Gigs). And this was co-hosted with other sites on the same machine. It ran Apache with PHP generated from Perl scripts initially. Later it became mod_perl with a templating system I had developed.

Then a corporate decision was made by the client that this should be converted by a "real" IT company to Java. When they said their solution was ready, they switched over. Only to switch back to the old situation within 4 hours because the new system collapsed under load. Six months later, they finally had their act together and the final switch was made. With a lot more hardware!

To this day, I find that site less reponsive than our version of the site had been. I guess you could call that progress.

Morale: not sure. Anyway, I know why I want to work with Perl. That's important enough for me. And for my clients who believe in me.

Liz


In reply to Re: Perl verus Java by liz
in thread Perl verus Java by punchcard_don

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.