On Nov 5, 10:33 am, Eugene Morozov <[EMAIL PROTECTED]> wrote:
> On 4 нояб, 07:05, Graham Dumpleton <[EMAIL PROTECTED]> wrote:
>
> > You might at least try mod_python 3.3.1 instead of the older
> > mod_python 3.2.10. The newer version fixes a lot of problems including
> > memory leaks.
>
> Hello Graham,
> Compiled and installed 3.3.1. Exactly the same result! Apache consumes
> all free memory in seconds, at which point I kill the httpd process
> before the kernel OOM handler will randomly select its victim.

If you run Django with its standalone development server do  you see
the same behaviour? Ie., does the Django process blow out in size?

Unless you are bound to mod_python because of other code which uses
its APIs directly, then also consider trying to host Django under
mod_wsgi (http://www.modwsgi.org) to see if it exhibits the same
problem.

Doing both these things would help to highlight whether this is a
Django issue, a mod_python issue or a general Apache problem with your
configuration.

> I cannot report this to the Django Trac, because it says my message
> looks like spam. I've tried rewriting but that didn't help. How are
> people supposed to report bugs? Posting them to the developers list?

Create an account. Same problem happened to me.

Graham


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to