in reply to Re: Re: mod_perl application structure
in thread mod_perl application structure

See if $ENV{'MODPERL'} is true in your script. Also, I assume you're running under Apache::Registry, right?

You will want to look into using Apache::DBI, and pre-loading all of your modules in a startup.pl script to save memory.

  • Comment on Re: Re: Re: mod_perl application structure