Has anyone seen the error?
POSTGRESQL: Too many open persisent connections(2)
I am opening 2 connections on each request. It occurs when I have pgsql.max_persistent =2 and the number of postmasters reaches twice the numbre of httpd's. Should it not stop trying to open any new connection at this point since each apache process has its 2 open connections?
POSTGRESQL: Too many open persisent connections(2)
I am opening 2 connections on each request. It occurs when I have pgsql.max_persistent =2 and the number of postmasters reaches twice the numbre of httpd's. Should it not stop trying to open any new connection at this point since each apache process has its 2 open connections?