Re: Apache::Registry and variables...

2001-01-24 Thread Paul
--- Joseph Crotty <[EMAIL PROTECTED]> wrote: > I read that if you run scripts under Apache::Registry, > its a good idea to write memory leak proof code. Since the code is resident in memory between calls to the script, it's a *very* good idea to be careful of such things. > I also read that one

Apache::Registry and variables...

2001-01-24 Thread Joseph Crotty
All, I read that if you run scripts under Apache::Registry, its a good idea to write memory leak proof code. I also read that one should "clean up their" globals. Any examples in Stas's guide or elsewhere of "cleaning up" globals or classic memory leaks associated with Apache::Registry. Thanks