> If You don't need the performance go to pg_connect, but You can reach the
> limit this way too. You can adjust the max pg_pconnect's in the php.ini.
Whereas one has to obey, that this limit is a "per httpd child"-limit,
rather than a global limit counting the the parent httpd process and all
its children.
So if you have a MAX_SERVERS of 50 and limited pg_connect to 5, it counts
for 50 times 5 => 250 connections at maximum.
Kind regards
... Ralph ...