Opened 15 years ago

Closed 14 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 brucedechant)

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 brucedechant, 15 years ago

Description: modified (diff)
Status: newassigned

comment:2 by brucedechant, 15 years ago

  • Fixed in sandbox/adsk/2.1 r3952

comment:3 by brucedechant, 14 years ago

Small update. sandbox/adsk/2.1 r4008

comment:4 by brucedechant, 14 years ago

Milestone: 2.12.2
Resolution: fixed
Status: assignedclosed

Fixed in trunk r4392

Note: See TracTickets for help on using tickets.