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 > problem or even know how to remedy it?
Which version of mod_python are you using? Older versions of mod_python are known to exhibit memory leaks if used in certain ways. Ensure you are using mod_python 3.3.1. This should eliminate at least one potential source for problems. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
