|
|
|
|
|
by throwaway313373
599 days ago
|
|
As I said, you can return the connection to the connection pool. From the perspective of keeping the number of open connections low it doesn't really matter if you close it or return to the pool, because in either case the connection becomes available to other clients. |
|
If you are saying that a connection pool can be shared between processes without pgbouncer, that is news to me.