I also agree that the main limitation is not processing power, but RAM. Unless your site is hideously badly coded, processing requirements are going to be relatively minimal, but RAM on the server-side for PHP is going to be 8 MB minimum per concurrent session, perhaps a good deal more if your page is also accessing a mySQL database. 8 * 128 = 1024 MB of RAM, and the cheapest virtual dedicated servers are still limited to 1024 or 2048 MB, with up to several hundred MB often taken up by overhead (depending on how well they're set up). So you could hit the limit. I would guess the same is true of Perl.
Short version - if you use a virtual server, you probably want the 2 GB and not 1 GB. (and yes, I do use PHP in addition to Perl - which I use for a site is dependent on what the site needs to do)
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.