Story #7563
examine and correct any unclosed SQL statements
Start date:
2015-12-18
Due date:
% Done:
100%
Story Points:
Sprint:
Description
Seems there is concern about idle Postgres connections building up in the production environment. Need to make sure there are no connections lingering in the connection pool that cannot be reused by other processes when returned.
History
#1 Updated by Ben Leinfelder almost 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Jing updated IdentityManager class to ensure every statement was closed before returning the connection to the pool.