Changes between Version 20 and Version 21 of ServerconfigWebConfigIni
- Timestamp:
- 07/06/11 12:28:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerconfigWebConfigIni
v20 v21 8 8 9 9 ||'''Revision'''||'''Date'''||'''Author'''||'''Comment'''|| 10 ||0.5||July 7, 2011||Bruce Dechant||Updated port settings|| 10 11 ||0.4||December 9, 2010||Bruce Dechant||Added !SessionRepositoriesConfig and !SessionRepositoriesLimit information|| 11 12 ||0.3||December 6, 2010||Bruce Dechant||Added !PreCacheMaps information|| … … 281 282 || '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' || 282 283 || [#WebMaxConnections MaxConnections] || || || The maximum allowed concurrent connections for this port. || 283 || !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. ||284 || 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. || 284 285 === !MaxConnections ===#WebMaxConnections 285 286 The 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. … … 288 289 || Client || !MapGuide 2.1 Windows || 12 || Reduce to 6 if server becomes unresposive under heavy load || 289 290 || Site || !MapGuide 2.1 Windows || 6 || Reduce to 3 if server becomes unresposive under heavy load || 290 || Administrative || !MapGuide Linux (all versions)[[BR]]!MapGuide 2.2 Windows || 2 || Set to #of cores on server machine ||291 || Administrative || !MapGuide Linux (all versions)[[BR]]!MapGuide 2.2 Windows || 2 || Set to 0.5x #of cores on server machine || 291 292 || Client || !MapGuide Linux (all versions)[[BR]]!MapGuide 2.2 Windows || 12 || Set to 3x #of cores on server machine || 292 || Site || !MapGuide Linux (all versions)[[BR]]!MapGuide 2.2 Windows || 6 || Set to 2x #of cores on server machine ||293 || Site || !MapGuide Linux (all versions)[[BR]]!MapGuide 2.2 Windows || 6 || Set to 1.5x #of cores on server machine || 293 294 294 295 == [!ClientConnectionProperties] Section ==#WebClientConnection 295 296 || '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' || 296 297 || [#WebMaxConnections MaxConnections] || || || The maximum allowed concurrent connections for this port. || 297 || !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. ||298 || 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. || 298 299 299 300 == [!SiteConnectionProperties] Section ==#WebSiteConnection 300 301 || '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' || 301 302 || [#WebMaxConnections MaxConnections] || || || The maximum allowed concurrent connections for this port. || 302 || !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. ||303 || 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. || 303 304 304 305 == [!AgentProperties] Section ==#WebAgentProperties