Boris Zentner wrote:
[...]
In which case it seems that you are saying exactly what Liz does: i.e. you
want to be able to load only the modules that you are going to use. Nobody
is forcing you to use AUTOLOAD if you don't want to. Or may be I've lost
you and not quite following what your point/disagreement is.


This is what happened so far ( or what I read so far ):
Liz: suggested if a method is not found we can use autoload to load with a warning. That is better as error. AND this aproach is a good one, if you use a ithread using server.


Boris: Yes this is nice, but if someone use a forked server it whould be far better not to load all this functions on demand because it use so much more mem. I agree with liz. But for my kind of server this is not the all time best, it is better as before ;-)

It's clear now, Boris. I thought you were arguing for preloading all modules before. Don't worry, we won't use AUTOLOAD, since as I've explained it doesn't quite work everywhere (because it's not AUTOLOAD but UNIVERSAL::AUTOLOAD).



__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


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



Reply via email to