Changes between Version 9 and Version 10 of MapGuideRfc19


Ignore:
Timestamp:
Apr 13, 2007, 1:27:36 PM (17 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc19

    v9 v10  
    1515||Proposed Milestone||1.2||
    1616||Assigned PSC guide(s)||Robert Bray||
    17 ||'''Voting History'''||April 13, 2007||
     17||'''Voting History'''||||
    1818||+1||||
    1919||+0||||
     
    3131== Proposed Solution ==
    3232
     33The server will be modified to allow for a way to specify a default maximum # of concurrent FDO provider connections and for a way to specify a specific # of concurrent FDO provider connections for a specific provider.
     34
     35{{{
     36# DataConnectionMaxConcurrent          Default # of allowed FDO connections per provider
     37#                                      0 < Value <= 100
     38# DataConnectionMaxConcurrentCustom    Custom # of allowed FDO connections for specified provider
     39#                                      0 <= Value <= 1024
     40#                                      Example: OSGeo.SDF:10,OSGeo.SHP:10
     41DataConnectionMaxConcurrent        = 20
     42DataConnectionMaxConcurrentCustom  = OSGeo.SDF:10
     43}}}
     44
     45The 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.
    3346
    3447== Implications ==