[mapguide-trac] #1014: Support a way to limit # of operations performed on a FDO connection

MapGuide Open Source trac_mapguide at osgeo.org
Thu Jun 11 18:27:26 EDT 2009


#1014: Support a way to limit # of operations performed on a FDO connection
-----------------------------+----------------------------------------------
 Reporter:  brucedechant     |         Owner:  brucedechant
     Type:  enhancement      |        Status:  assigned    
 Priority:  low              |     Milestone:  2.1         
Component:  Feature Service  |       Version:  2.0.2       
 Severity:  minor            |    Resolution:              
 Keywords:                   |   External_id:              
-----------------------------+----------------------------------------------
Changes (by brucedechant):

  * status:  new => assigned

Old description:

> In order to help with more control over FDO connections and how they are
> managed it would be nice to have a way to limit the # of operations that
> could be performed by a FDO connection before it would be automatically
> released.
>
> This would be supported in a similar way to how we support custom pool
> sizes for providers.
>
> Example: (Under FeatureServiceProperties)
>
> DataConnectionUseLimit = OSGeo.MySQL:10000
>
> The above would limit the FDO MySQL provider to automatically release a
> cached FDO connection and create a new cached FDO connection every 10000
> operations.

New description:

 In order to help with more control over FDO connections and how they are
 managed it would be nice to have a way to limit the # of operations that
 could be performed by a FDO connection before it would be automatically
 released.

 This would be supported in a similar way to how we support custom pool
 sizes for providers.

 Example: (Under !FeatureServiceProperties)

 !DataConnectionUseLimit = OSGeo.MySQL:10000

 The above would limit the FDO MySQL provider to automatically release a
 cached FDO connection and create a new cached FDO connection every 10000
 operations.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1014#comment:1>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list