Hi Doug -- On 1/24/08, Doug Van Horn <[EMAIL PROTECTED]> wrote: > OperationalError: could not connect to server: No such file or > directory > Is the server running locally and accepting > connections on Unix domain socket "/var/run/postgresql/.s.PGSQL. > 5432"?
This means that, for some reason, a connection to the database couldn't be established. You'll get this error if the database isn't running, but since you only get it under load I'd guess that you're hitting PostgreSQL's max connection limit (see the max_connections setting in postgresql.conf). You can tell for sure by checking your Postgres log; it'll have a message about reaching the connection limit. 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 -~----------~----~----~----~------~----~------~--~---