Changes between Version 7 and Version 8 of ServerconfigWebConfigIni


Ignore:
Timestamp:
Jul 2, 2010, 10:46:02 AM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerconfigWebConfigIni

    v7 v8  
    221221== [!GeneralProperties] Section ==#WebGeneralProperties
    222222|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
    223 || DefaultMessageLocale || || if a 5 character locale is specified the first 2 characters must be lower case and the last 2 characters must be upper case. || ISO 639-1 name for the message locale[[BR]] Example: en or en-US ||
    224 || ResourcesPath || ||  || Path where the localization resource files are stored ||
    225 || TcpIpMtu || || 0 < Value <= 65535  || The TCP/IP maximum transmission unit ||
     223|| !DefaultMessageLocale || || if a 5 character locale is specified the first 2 characters must be lower case and the last 2 characters must be upper case. || ISO 639-1 name for the message locale[[BR]] Example: en or en-US ||
     224|| !ResourcesPath || ||  || Path where the localization resource files are stored ||
     225|| !TcpIpMtu || || 0 < Value <= 65535  || The TCP/IP maximum transmission unit ||
    226226|| [#FailoverRetryTime FailoverRetryTime] ||2.2(+) ||  || Time in seconds for when to retry connecting to a !MapGuide server that has gone offline.  ||
    227227=== !FailoverRetryTime ===#FailoverRetryTime
     
    230230
    231231== [!AdministrativeConnectionProperties] Section ==#WebAdministrativeConnection
     232|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     233|| [#WebMaxConnections MaxConnections] || ||  || The maximum allowed concurrent connections for this port. ||
     234|| !Port || ||  || The port to use for administrative operations.  If you change the port # here you must also change the corresponding port # for the server configuration file. ||
     235=== !MaxConnections ===#WebMaxConnections
     236The default values in the table below are applicable for a typical user load and a single web tier process space connected to a quad core server.  In !MapGuide 2.1, the !MapGuide server on Windows can only support 62 open connections.  Heavy user loads on Windows may create multiple web tier processes and exhaust the available connections with the default settings.  !MaxConnections may need to be reduced under these circumstances.  For !MapGuide 2.2 and later, the !MapGuide server can support more than 500 connections.
     237|| '''Connection Type''' || '''Platform''' || '''Default Value''' || '''Tuning Considerations''' ||
     238|| Administrative || !MapGuide 2.1 Windows || 2 || Reduce to 1 if server becomes unresposive under heavy load ||
     239|| Client || !MapGuide 2.1 Windows || 12 || Reduce to 6 if server becomes unresposive under heavy load ||
     240|| Site || !MapGuide 2.1 Windows || 6 || Reduce to 3 if server becomes unresposive under heavy load ||
     241|| Administrative || !MapGuide Linux (all versions)[[BR]]!MapGuide 2.2 Windows || 2 || Set to #of cores on server machine ||
     242|| Client || !MapGuide Linux (all versions)[[BR]]!MapGuide 2.2 Windows || 12 || Set to 3x #of cores on server machine ||
     243|| Site || !MapGuide Linux (all versions)[[BR]]!MapGuide 2.2 Windows || 6 || Set to 2x #of cores on server machine ||
     244
    232245== [!ClientConnectionProperties] Section ==#WebClientConnection
     246|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     247|| [#WebMaxConnections MaxConnections] || ||  || The maximum allowed concurrent connections for this port. ||
     248|| !Port || ||  || The port to use for client operations.  If you change the port # here you must also change the corresponding port # for the server configuration file. ||
     249
    233250== [!SiteConnectionProperties] Section ==#WebSiteConnection
     251|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     252|| [#WebMaxConnections MaxConnections] || ||  || The maximum allowed concurrent connections for this port. ||
     253|| !Port || ||  || The port to use for site operations.  If you change the port # here you must also change the corresponding port # for the server configuration file. ||
     254
    234255== [!AgentProperties] Section ==#WebAgentProperties
    235256== [!OgcProperties] Section ==#WebOgcProperties