Short version:
What criteria should I use to evaluate possible candidates for a Perl \"app server\" (mod_perl replacement)?
You can create a simple daemon using HTTP::Daemon, and have all benefits of compiling necessary parts of your code later (require), or in advance, before daemon starts.
require