On 6/28/07, Vance Dubberly <[EMAIL PROTECTED]> wrote: > Django suffers from running under mod_python in > a prefork environment where every process loads a full copy of django. So > as I'm sure you can imagine RAM gets chewed up very quickly.
Are you running Django behind a load balancer like Perlbal or nginx? One side-effect of propper LB is that you can drastically lower MaxClients (because each backend client spends less time serving a request). Look up "spoonfeeding" for more about this problem. Even if you've only got a single web server you should always use Perlbal or friends. Jacob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---