For pretty obvious reasons most hosting companies will not install mod_perl on shared machines. But their are one or two specialist places that will, for example baremetal.com offers users their own Apache process with mod_perl for $30US per month. Other than that, you will be looking for a dedicated server.

Being familiar with mod_perl means nothing. I run my own work under mod_perl, but I know nothing (well pretty much nothing!) about it. Oh I might not be getting the best performance, or the greatest flexibility, but hey, I have time to learn in the future. Don't be frightened of mod_perl.

Well written Perl/CGI will work well, but eventually it will bog down. I have one app of around 25,000 lines written in plain old Perl/CGI. With 2,500 users and handling about 300,000 emails per day it bogs down. With about 15 hours work eliminating some globals and testing it under mod_perl it has a whole new lease on life. It used to take two servers to keep up, now it is on one mod_perl machine and has capacity to spare.

Good luck!

jdtoronto


In reply to Re: What if mod_perl is not an option? by jdtoronto
in thread What if mod_perl is not an option? by kiat

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.