[mapguide-trac] #1184: SelectAggregate API causes connection leak
MapGuide Open Source
trac_mapguide at osgeo.org
Mon Dec 7 01:07:22 EST 2009
#1184: SelectAggregate API causes connection leak
-----------------------+----------------------------------------------------
Reporter: Aleck | Owner: Aleck
Type: defect | Status: new
Priority: low | Milestone: 2.2
Component: General | Version: 2.1.0
Severity: trivial | Keywords:
External_id: |
-----------------------+----------------------------------------------------
Currently in MapGuide server, once we call !SelectAggregate API throw
feature service, an !MgServerGwsFeatureReader will be created for
temporary use. However, currently, this reader is not closed when it goes
out of scope. Thus the connection it owns is leaked.
To fix this, we'll close the reader before it goes out of scope.
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1184>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list