Re: Help with memory leak

2000-06-16 Thread Stas Bekman
On Thu, 15 Jun 2000, gc wrote: > I'm having a memory leak problem that I suspect comes from a mod_perl > module of mine. The module talks to a MySQL database using DBI. > > I can't see any memory hogs when I check the linux box with 'top', > but after several days the computer inevitably grinds

Help with memory leak

2000-06-15 Thread gc
I'm having a memory leak problem that I suspect comes from a mod_perl module of mine. The module talks to a MySQL database using DBI. I can't see any memory hogs when I check the linux box with 'top', but after several days the computer inevitably grinds to a halt. This didn't happen before this