Changes between Version 15 and Version 16 of MapGuideRfc19


Ignore:
Timestamp:
Apr 19, 2007, 11:39:02 AM (17 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc19

    v15 v16  
    4646#                                  and the provider is not excluded from the cache.
    4747#                                       1 <= Value <= 1024
    48 #                                       Example: OSGeo.SDF:10,OSGeo.Gdal:1
     48#                                       Example: OSGeo.SDF:10,OSGeo.SHP:10
    4949DataConnectionPoolSize             = 20
    50 DataConnectionPoolSizeCustom       = OSGeo.Gdal:1
     50DataConnectionPoolSizeCustom       = OSGeo.SDF:10
    5151}}}
    5252
    5353The 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
     55To clarify how this works the following is the order of precedence for what value to use for limiting the maximum # of concurrent connections.
     56
     571) 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.
     582) The # of concurrent connections specified in the "DataConnectionPoolSizeCustom" property for the specified provider will be used.
     593) The # of concurrent connections specified in the "DataConnectionPoolSize" property will be used.
    5460
    5561== Implications ==