reusing connections,SCGI and PostgreSQL
max_connection limit
Massa, Harald
2005-01-25
Please... also bear in mind:
as long as AUTOCOMMIT is NOT set to true ... every "SELECT" without
"COMMIT" will keep an connection in active state.
which is far more bad in terms of database status.
Harald