Changes between Version 28 and Version 29 of ServerconfigWebConfigIni


Ignore:
Timestamp:
Aug 25, 2011, 12:38:42 AM (13 years ago)
Author:
ChristineBao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerconfigWebConfigIni

    v28 v29  
    154154|| !DataTransactionTimeout || || 0 < Value <= 1800 || Time duration in seconds for when an idle FDO transaction is dropped ||
    155155|| !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|| FDOConnectionTimeout || || 0 < Value <= 600 || Time duration in seconds for an FDO connection ||
    157157=== !CacheSize ===#ServerCacheSize
    158158The !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.
     
    164164Pooled 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.
    165165=== 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.
     166FDOConnectionTimeout 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.
    167167
    168168== [!MappingServiceProperties] Section ==#ServerMappingService