On 3/13/2015 2:59 AM, Job wrote:
The application i use need lots of static DB connections
if lots is much over a 100 or so, I'd strongly advise using a connection pooler like pgbouncer or whatever is built into your language framework (for instance, Java frameworks like Tomcat have built in connection pools), and configuring your app to grab a connection from the pool, do a transaction and release the connection.
-- john r pierce 37N 122W somewhere on the middle of the left coast -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general