* Vivek Khera <[EMAIL PROTECTED]> [2002-10-15 14:54]:
> >>>>> "PH" == Perrin Harkins <[EMAIL PROTECTED]> writes:
> 
> > actually found several TT modules that were not loaded until
> > run-time, and adding them to startup.pl improved memory sharing
> > under mod_perl noticeably.
> 
> Could you save us some time from doing this ourseles and share that
> list with us?  Thanks.

All the lazily-loaded modules are listed in Template::Config, and
include Template::Context, Template::Filters, Template::Iterator,
Template::Parser, Template::Plugins, Template::Provider,
Template::Service, Template::Stash, and Template::Namespace::Constants.

These are loaded via Template::Config, like so:

  my $context = Template::Config->context($params);

(for Template::Context) and so on.  L<Template::Config> explains it all.

(darren)

-- 
We are not who we think we are.
We are not who others think we are.
We are who we think others think we are.
    -- Anonymous

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://www.template-toolkit.org/mailman/listinfo/templates

Reply via email to