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 wrote:
> >
> > 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 mymodule ;
> 
> #code comes here...
> 
> and then "use" or "require" it in your startup.pl
> 
> If you use EmbperlObject and need more flexibility, the way Andrew described
> is also possible
> 
> Gerald
> 
> 
> -------------------------------------------------------------
> Gerald Richter    ecos electronic communication services gmbh
> Internetconnect * Webserver/-design/-datenbanken * Consulting
> 
> Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
> E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
> WWW:        http://www.ecos.de      Fax:      +49 6133 925152
> -------------------------------------------------------------
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to