Changes between Version 29 and Version 30 of ServerconfigWebConfigIni


Ignore:
Timestamp:
Sep 2, 2011, 12:58:29 AM (13 years ago)
Author:
christinebao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerconfigWebConfigIni

    v29 v30  
    88
    99||'''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||
    1111||0.6||August 15, 2011||Christine Bao||Update DB Environment settings||
    1212||0.5||July 7, 2011||Bruce Dechant||Updated port settings||
     
    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|| FDOConnectionTimeoutCustom || || 0 <= Length <= 1024 || Time duration in seconds for an FDO connection per provider ||
    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.
     
    163163=== !DataConnectionPoolSizeCustom ===#ServerDataConnectionPoolSizeCustom
    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.
    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.
     165=== FDOConnectionTimeoutCustom  ===#ServerFDOConnectionTimeoutCustom Custom
     166FDOConnectionTimeoutCustom 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
    167167
    168168== [!MappingServiceProperties] Section ==#ServerMappingService