Bob Dusek <[email protected]> writes: > So, pgBouncer is pretty good. It doesn't appear to be as good as > limiting TCON and using pconnect, but since we can't limit TCON in a > production environment, we may not have a choice.
You can still use pconnect() with pgbouncer, in transaction mode, if your application is compatible with that (no advisory locks or other session level tricks). Regards, -- dim -- Sent via pgsql-performance mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance
