FDO Connection manager is not releasing connections immediately
When using MgByteReaders and eventually closing them the request sent to the server is not processing the close. The connections are then left open for 2 min or so. This can result in insufficient connections being available and locks left on resources until the connections are freed.
Change History
(4)
Owner: |
set to brucedechant
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
External ID: |
937571 → 937571, 961162
|
Resolution: |
fixed
|
Status: |
closed → reopened
|
Resolution: |
→ fixed
|
Status: |
reopened → closed
|
I discovered that the following additional internal APIs were not updating the FDO connection manager:
CloseFeatureReader() CloseSqlReader() CloseDataReader() CloseGwsFeatureReader()