Changes between Initial Version and Version 1 of Ticket #1014
- Timestamp:
- 06/11/09 15:27:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1014
- Property Status new → assigned
-
Ticket #1014 – Description
initial v1 3 3 This would be supported in a similar way to how we support custom pool sizes for providers. 4 4 5 Example: (Under FeatureServiceProperties)5 Example: (Under !FeatureServiceProperties) 6 6 7 DataConnectionUseLimit = OSGeo.MySQL:100007 !DataConnectionUseLimit = OSGeo.MySQL:10000 8 8 9 9 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.