Opened 15 years ago

Last modified 14 years ago

#1014 closed enhancement

Support a way to limit # of operations performed on a FDO connection — at Initial Version

Reported by: brucedechant Owned by: brucedechant
Priority: low Milestone: 2.2
Component: Feature Service Version: 2.0.2
Severity: minor Keywords:
Cc: External ID:

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.

Change History (0)

Note: See TracTickets for help on using tickets.