A $5/month plan is not going to run anything but a simple/small app with low traffic but $3,000 US a month? That buys a huge (relatively) amount of RAM, clock, and bandwidth. Plenty of sites need that but they are going to be some combination of high traffic or high load… A Linode 300GB plan isn’t even $1K and it could run a fully dynamic Perl site serving 10K+ requests a second without any particular performance tuning. That's billions of pages a month, though you'll hit the bandwidth limit of that plan at around 10–20 million medium sized pages.

That said, a $5/month Nanode 1GB slice on Linode can run a modest dynamic site if the traffic is light; or a much busier one if the content is mostly static and one chooses nginx; then it becomes about bandwidth. I will underscore that while apache is the most flexible and featureful webserver, nginx beats the pants off it on performance metrics.

Update, coupl’a typoeses.


In reply to Re^3: Google App Engine and CGI by Your Mother
in thread Google App Engine and CGI by *alexandre*

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.