Re: Question re Embperl memory usage

2000-12-23 Thread Neil Gunton
Gerald Richter wrote: > > So the only question then is, Am I using a lot more memory in this > > situation too? > > No, as long as you include them only in _one_ document (base.html), you will > not use more memory > > Hope this is more clear now Yes! Thanks so much. Have a good Christmas! I w

Re: Question re Embperl memory usage

2000-12-23 Thread Gerald Richter
> > This thing about using more memory doesn't make sense to me. As I see > it, if I include files in the same package as base.html, then they all > share base.html's package. And after the first compilation, these pages > are cached. So, in what way do they use more memory than otherwise? If you

Question re Embperl memory usage

2000-12-22 Thread Neil Gunton
Gerald, this question has been bugging me for a few days. In one of your previous emails you said the following: > > I use __PACKAGE__ because I have global variables which are set up in > > various different files (such as init.html and constants.html) which are > > executed before '*', and it i