I'm not an expert on this subject but if I understand it correctly the
database should accept at least as many connections as Apache can
handle client connections (and if that's too much, you can use
pg_pool)? Allowing a bit more connections would be nice otherwise you
can't at the same time connect with psql (or other apps) to your
database when mod_python uses all the connections.

Perhaps that's an advise that should be in the mod_python docs of
Django. It would also be nice to add the methods to calculate the
maximum number of clients in Apache depending on which MPM one uses
(worker, prefork etc) and depending on the settings for things like
MaxClients, ThreadsPerChild, ServerLimit etc. As I said I'm not an
expert on this subject but I think it's interesting information for
people setting up their Django machines.

Rudolph


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to