| 33 | The 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 |
| 41 | DataConnectionMaxConcurrent = 20 |
| 42 | DataConnectionMaxConcurrentCustom = OSGeo.SDF:10 |
| 43 | }}} |
| 44 | |
| 45 | 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. |