Opened 17 years ago

Closed 17 years ago

#178 closed defect (fixed)

FDO Connection manager is not releasing connections immediately

Reported by: brucedechant Owned by: brucedechant
Priority: medium Milestone: 1.2
Component: Feature Service Version: 1.2.0
Severity: major Keywords:
Cc: External ID: 937571, 961162

Description

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)

comment:1 by brucedechant, 17 years ago

Owner: set to brucedechant

comment:2 by brucedechant, 17 years ago

Resolution: fixed
Status: newclosed

comment:3 by brucedechant, 17 years ago

External ID: 937571937571, 961162
Resolution: fixed
Status: closedreopened

I discovered that the following additional internal APIs were not updating the FDO connection manager:

CloseFeatureReader() CloseSqlReader() CloseDataReader() CloseGwsFeatureReader()

comment:4 by brucedechant, 17 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.