On Fri, 2005-08-19 at 16:02 -0500, Boysenberry Payne wrote:
> I still don't know how to track down the scalars
> being leaked.
> Could they be being caused from something like the following?
>
> sub example {
> return 1;
> }
> example;
No, I don't think so. You can try using things like Devel::Leak and
Devel::LeakTrace to find the problem. I've never used them personally.
I always do "apachectl stop && apachectl start" to restart my servers.
Graceful restarts don't work well on all systems and sometimes cause
memory leaks.
- Perrin