On Oct 30, 11:30 am, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > Are you using Apache prefork MPM or worker MPM? If worker, how many > threads in each process? Also, what do you have for maximum number of > child processes in Apache configuration. Finally, how many Django > instances are you hosting?
I'm using prefork, as recommended. Settings as follows: StartServers 20 MinSpareServers 20 MaxSpareServers 40 ServerLimit 300 MaxClients 300 MaxRequestsPerChild 4000 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---