Changes between Version 29 and Version 30 of ServerconfigWebConfigIni
- Timestamp:
- 09/02/11 00:58:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerconfigWebConfigIni
v29 v30 8 8 9 9 ||'''Revision'''||'''Date'''||'''Author'''||'''Comment'''|| 10 ||0.7||August 25, 2011||Christine Bao||Add FDOConnectionTimeout information||10 ||0.7||August 25, 2011||Christine Bao||Add FDOConnectionTimeoutCustom information|| 11 11 ||0.6||August 15, 2011||Christine Bao||Update DB Environment settings|| 12 12 ||0.5||July 7, 2011||Bruce Dechant||Updated port settings|| … … 154 154 || !DataTransactionTimeout || || 0 < Value <= 1800 || Time duration in seconds for when an idle FDO transaction is dropped || 155 155 || !DataTransactionTimerInterval || || 0 < Value <= 1800 || Time interval in seconds for when the server checks for idle FDO transactions || 156 || FDOConnectionTimeout || || 0 < Value <= 600 || Time duration in seconds for an FDO connection||156 || FDOConnectionTimeoutCustom || || 0 <= Length <= 1024 || Time duration in seconds for an FDO connection per provider || 157 157 === !CacheSize ===#ServerCacheSize 158 158 The !MapGuide Server uses schema and class definition information in many requests. Caching this information locally increases server throughput and increases the memory footprint. !CacheSize controls how many objects the server will cache. If sufficient memory is available, the !CacheSize should be set to the total number of feature classes visible from all feature sources. … … 163 163 === !DataConnectionPoolSizeCustom ===#ServerDataConnectionPoolSizeCustom 164 164 Pooled connections can also be set on a per-provider basis. This can be used to increase the connection pool for specific providers, like databases, while leaving the other providers alone. See [#ServerDataConnectionPoolSize DataConnectionPoolSize] for tuning considerations. 165 === FDOConnectionTimeout ===#ServerFDOConnectionTimeoutCustom166 FDOConnectionTimeout can be used to set the timeout value for FDO providers which supports !ConnectionTimeout capability. For example, if WMS server sometimes is available and want it quick return when meet error, this setting can be used to set a lower value.165 === FDOConnectionTimeoutCustom ===#ServerFDOConnectionTimeoutCustom Custom 166 FDOConnectionTimeoutCustom can be used to set the timeout value for FDO providers which supports !ConnectionTimeout capability. For example, if WMS server sometimes is available and want it quick return when meet error, this setting can be used to set a lower value. The format is like OSGeo.WMS:120,OSGeo.WFS.100 167 167 168 168 == [!MappingServiceProperties] Section ==#ServerMappingService