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@xxxxxxxxx> 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.