Changes between Version 26 and Version 27 of ServerconfigWebConfigIni
- Timestamp:
- 08/25/11 00:36:15 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerconfigWebConfigIni
v26 v27 8 8 9 9 ||'''Revision'''||'''Date'''||'''Author'''||'''Comment'''|| 10 ||0.7||August 25, 2011||Christine Bao||Add !FDOConnectionTimeout information|| 10 11 ||0.6||August 15, 2011||Christine Bao||Update DB Environment settings|| 11 12 ||0.5||July 7, 2011||Bruce Dechant||Updated port settings|| … … 153 154 || !DataTransactionTimeout || || 0 < Value <= 1800 || Time duration in seconds for when an idle FDO transaction is dropped || 154 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 || 155 157 === !CacheSize ===#ServerCacheSize 156 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. … … 161 163 === !DataConnectionPoolSizeCustom ===#ServerDataConnectionPoolSizeCustom 162 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 ===#ServerFDOConnectionTimeout Custom 166 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. 163 167 164 168 == [!MappingServiceProperties] Section ==#ServerMappingService