Shared server environment? You mean virtual hosts? mod_perl has problems with virtual hosts, because Apache/2 has limitations. For apache 1.x these limitations are there forever but for Apache 2.x I think (and hope) they soon will be gone.
The problem with mod_perl and the virtual hosts is the security. Currently Apache 2 has a solution and it's called Perchild MPM, but it's broken and development has stalled. My hope is that it will be fixed soon, because Google's summer code is starting and there is a guy volunteering to fix the Perchild MPM in three months.
There is an alternative to perchild - Mutex MPM. It's in beta, works good most of the time, but has some issues and development has stalled here too.
Another alternative to perchild is the Peruser MPM. Seems like the developers are working on it, but thats all I know.

In reply to Re^2: Transitioning to mod_perl by doink123
in thread Transitioning to mod_perl by jeyroz

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.