pg_connect connection problem

Started by AI Rummanalmost 15 years ago2 messagesgeneral
Jump to latest
#1AI Rumman
rummandba@gmail.com

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.

#2Carl von Clausewitz
clausewitz45@gmail.com
In reply to: AI Rumman (#1)
Re: pg_connect connection problem

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.