Changes between Version 15 and Version 16 of MapGuideRfc19
- Timestamp:
- 04/19/07 11:39:02 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc19
v15 v16 46 46 # and the provider is not excluded from the cache. 47 47 # 1 <= Value <= 1024 48 # Example: OSGeo.SDF:10,OSGeo. Gdal:148 # Example: OSGeo.SDF:10,OSGeo.SHP:10 49 49 DataConnectionPoolSize = 20 50 DataConnectionPoolSizeCustom = OSGeo. Gdal:150 DataConnectionPoolSizeCustom = OSGeo.SDF:10 51 51 }}} 52 52 53 53 The server will also check the thread model supported by the underlying FDO provider and if it is single-threaded then the maximum # of concurrent FDO provider connections will be limited to 1 regardless of the above settings. 54 55 To clarify how this works the following is the order of precedence for what value to use for limiting the maximum # of concurrent connections. 56 57 1) If the provider thread model is single-threaded then the # of concurrent connections will be limited to 1 regardless of what the above settings have. This is to ensure server stability. 58 2) The # of concurrent connections specified in the "DataConnectionPoolSizeCustom" property for the specified provider will be used. 59 3) The # of concurrent connections specified in the "DataConnectionPoolSize" property will be used. 54 60 55 61 == Implications ==