On Thu, 27 Jul 2000 [EMAIL PROTECTED] wrote:

> Wow, is the guide for you!
> 
> They have a whole section on optimizing mod_perl with respect to memory.
> 
> http://perl.apache.org/guide. Thank Stas Bekman for it.
> 
> The two biggest perl modules that get sucked into Apache are the
> IO:: family and CGI.pm
> 
> Are you using those? Can you avoid it?

        Yes, I have been reading "The Guide" and followed some of the
suggestions in it (relating to using 'startup.pl' to preload some
modules, and also the section on relational dbs).

        Yes, I am also using CGI.pm and thought this was a bit of a hog
... I am planning to finish off my cut-down version of CGI.pm to handle
just the CGI I need in an OO sense (this is a very small amount).  I will
be monitoring improvements when this goes into devel.

        To my knowledge I am not using IO:: modules (and /perl-status?inc
is not showing any).

        Thanks,

--
Sean Kelly <[EMAIL PROTECTED]>
"The best way to predict the future is to invent it" - Alan Kay


Reply via email to