Hi,

I'm writing an Intranet system (basically Content Management) for a school, so that teachers can post content to subjects for students to browse. It's currently running as mod_cgi and uses MySQL databases. It runs very fast as it is, but there are some doubts lurking in my mind:

1. Is it a must to always run under mod_perl for web applications? Or should this be used only in very massive apps? (Note: I've used Perl for most of my work on the web and always had it running as mod_cgi).
2. If I decide to port this to mod_perl -Apache::Registry-eventually, won't I run into problems with scripts that read cookies?

Thanks,
Ralph.


In reply to Porting to mod_perl questions by ralphch

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.