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

I'm pretty positive it is using mod_perl -- The script now prints out Content-type: text/html at the top (haven't gone and changed the output yet). I'll check into the memory usage.

Replies are listed 'Best First'.
Re: Re: Re: mod_perl application structure
by perrin (Chancellor) on Aug 23, 2002 at 22:27 UTC
    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.