I'm preparing to launch a web site, developed with CGI::Application. The site will support user accounts (registration, login, etc), use database-backed sessions to maintain state, shopping cart info, etc. As a result, every page hit will result in a cgi script being run.

Most web hosting companies assume you only need to upload HTML files. I've had a hard time finding companies that allow CGI scripts like I need. At this point, I'm seriously considering the company that hosts perlmonks - but their terms of service state that no user may have more than 8 processes running on the server at any one time. For me, that means if I have 8 customers all click on a link at the same time - boom! Right?

Note that I'm looking at the $30/month plan. In order to get a dedicated server running with mod_perl enabled, the price jumps to $250/month. That's more than I can afford, at least initially.

So - what are my alternatives? Find another web host? I expect most hosts will have similar limits. Use PHP (the horror!). What have other people done?

I've actually done a lot of webapp development - but always at work, within the company intranet, where I had root access to the web servers, etc. This will be my first personal website, using a hosting company, and it seems really hard to do anything with all the restrictions. Of course, I understand the need for security, sharing resources, etc. I'm assuming that some of you here do web development using perl, so - any suggestions?

Thanks!


In reply to Best way to host a CGI::Application based web site? by scorpio17

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.