Обсуждение: pg_connect connection problem

Поиск
Список
Период
Сортировка

pg_connect connection problem

От
AI Rumman
Дата:
I am connecting to Postgresql 9 from my php application using pg_connect.
After 30 concurrent connections from a single host, I am getting database connection error at my app.
Does any one have any idea why the problem is occurring.

Re: pg_connect connection problem

От
Gipsz Jakab
Дата:

Hi,

Check the postgresql.conf file, and the maximum connection settings... Or check the postgresql.log for other errors, but it seems to me the maximum connection will be the problem...
Regards,
Cvc

On 2011.04.12. 11:07, "AI Rumman" <rummandba@gmail.com> wrote:

I am connecting to Postgresql 9 from my php application using pg_connect.
After 30 concurrent connections from a single host, I am getting database connection error at my app.
Does any one have any idea why the problem is occurring.