I'm not sure why people are still talking about this

Both are just unsuitable for the kind of stuff that, I'd guess, 99% of web development in the wild really is.

modperl in the right configuration is not supported anywhere I've ever seen. I have had problems even requesting trivial/required Perl changes from budget hosts. I can't imagine one that would setup modperl for less than a hundred or two a month.

fastcgi is unsuitable because developing live would involve: 1) Make a change, 2) Watch your server stop working for 2-5 minutes because it had a syntax error and that's how it's configured, 3) Try this for two hours until you *curse* the names of perl and fastcgi, 4) Try PHP, see results instantly, never look back.

fastcgi b) do your development at home on a dev box, not live, like you should. Now you're back to having to be a sysadmin/webmaster to setup your server(s) and environment. You're a professional again and not a normal user who reaches for PHP.

I'm on your side. modperl is great, fastcgi + perl is great, and I would *love* Perl to take the web back at the entry level but PHP fills this niche better so far. This is why I was initially excited about the modperlite stuff but without at least persistent DB connections, it still probably loses to PHP.


In reply to Re^5: PHP over perl by Your Mother
in thread PHP over perl by targetsmart

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.