maverick is currently developing a mod_perl application developement kit that covers many of your quetions. It does use HTML::Template instead of Template Toolkit, however, but it does have the ability to 'pick up' changes to a module without having to restart the web server. Also used is Config::General, which reads configuration files that describe which modules to load and also provide rules for which module(s) handle which page(s).

Since i am merely documenting this project, i don't really know the details involved in how maverick achieved the results you are looking for (not having to restart the web server and a light footprint), but i can tell you that it is possible - the hard part is detecting new methods or removed methods. He recommends checking out Apache::StatINC and Apache::Reload.

Good luck, and we will announce the release of Voodoo, hopefully, very very very soon. ;) Oh what the heck, everybody and anybody who is interested /msg me and i will keep you posted.

UPDATE:
After having used this code for some time, i have determined that it really is only useful if your name is maverick. Set up is just too much of a PITA (and differs from box to box) to be considered commercial. I am looking for other solutions at this point.

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)

In reply to (jeffa) Re: Config parsing module for mod_perl app? by jeffa
in thread Config parsing module for mod_perl app? by jehuni

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.