Memory Leak with httpd.exe on Windows

2007-03-21 Thread Moses Ting
Hi, I'm running a developmental Django machine with the following specs: - Windows XP - Apache - Mod_python - Django 0.95 And it appears that one of the Apache-related Windows service httpd.exe keeps on growing in memory. Has anyone encountered this problem or even know how to remedy it? Than

Re: Memory Leak with httpd.exe on Windows

2007-03-21 Thread Ramiro Morales
On 3/21/07, Moses Ting <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm running a developmental Django machine with the following specs: > > - Windows XP > - Apache > - Mod_python > - Django 0.95 > > And it appears that one of the Apache-related Windows service > httpd.exe keeps on growing in memory. H

Re: Memory Leak with httpd.exe on Windows

2007-03-21 Thread Graham Dumpleton
Moses Ting wrote: > Hi, > > I'm running a developmental Django machine with the following specs: > > - Windows XP > - Apache > - Mod_python > - Django 0.95 > > And it appears that one of the Apache-related Windows service > httpd.exe keeps on growing in memory. Has anyone encountered this > prob

Re: Memory Leak with httpd.exe on Windows

2007-03-22 Thread Moses Ting
Thanks, I'll give both solutions a try and see if they fix the issue. I believe the problem is related to debug=True because it seems like the memory usage increases whenever a SQL query is performed. Moses On Mar 21, 5:57 pm, "Graham Dumpleton" <[EMAIL PROTECTED]> wrote: > Moses Ting wrote: > >