RE: memory leak in win32

2000-12-13 Thread Harshy Wanigasekara
Hmmm. We're using Apache 1.3.12, perl 5.6.0 and mod_perl 1.24. There aren't any huge leaks that we can't attribute to our custom C++ module. Maybe try upgrading mod_perl to 1.24? Otherwise, you'll have to do what we did. Get a memory checking tool (boundschecker for us) and spend a few weeks gr

RE: memory leak in win32

2000-12-13 Thread Son Chang
I saw this fix in one of the mailing list archives and tried it but I'm still getting the memory leak. -son Quoting Harshy Wanigasekara <[EMAIL PROTECTED]>: > Son Chang wrote: > >Hi, > > > >I'm experiencing a memory leak with Apache 1.3.14 with mod_perl 1.23 > and > >perl5.6.0 on Windows NT4.0

RE: memory leak in win32

2000-12-13 Thread Harshy Wanigasekara
Son Chang wrote: >Hi, > >I'm experiencing a memory leak with Apache 1.3.14 with mod_perl 1.23 and >perl5.6.0 on Windows NT4.0 and Windows2000. >I've been running some test with a very simple ModPerl handler which just >outputs an HTML page with hello world in it. Also, I made sure to undef >all >

Re: memory leak in win32

2000-12-13 Thread Buddy Lee Haystack
I've had memory leak issues on Linux [so I don't know how appropriate this advise is for Windows], and the fix that worked the best for others & myself was to actually kill the apache server & restart it. The process takes seconds, and can be automated & scheduled for off-hours. If you search t