Opened 15 years ago
Closed 15 years ago
#1014 closed enhancement (fixed)
Support a way to limit # of operations performed on a FDO connection
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 (last modified by )
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 (4)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:4 by , 15 years ago
Milestone: | 2.1 → 2.2 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed in trunk r4392