this is indeed what i wanted. thank you.
i was stuck in embperl-only thinking.
btw, is it normal for each of my apache's to start up using more than
20MB resident, 60MB virtual? i only have 14 dbix objects allocated out
of startup.perl.
On Fri, Feb 01, 2002 at 07:27:12AM +0100, Gerald Richter wr
>
> if i instead do the Execute in startup.pl (which would be even better,
> since it could be shared by all apache children), my pages don't even
> see the package.
>
This is strange...
If I understand you right and your page only contains Perl code, I would use
an ordinary Perl module:
package
On Thu, Jan 31, 2002 at 02:32:50PM -0500, Joshua Spoerri wrote:
> a really basic mod_perl usage question:
> what's the preferred way for multiple embperl pages to include a single
> instance of data from one file (including apache::dbi handles behind
> dbix objects ) ?
>
> i'd like to do:
> [-
>