Changes between Version 13 and Version 14 of ServerconfigWebConfigIni


Ignore:
Timestamp:
Jul 2, 2010, 12:24:55 PM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerconfigWebConfigIni

    v13 v14  
    9191!MaxConnections determines the maximum number of web tier connections the server will accept.  For !MapGuide 2.1 and earlier on Windows, the total number of connections (administrative + client + site) must be no greater than 62 connections.  On the 63rd connection attempt, the server will become unresponsive.  For !MapGuide 2.2 on Windows and all versions of !MapGuide on Linux, the supported connection limit is greater than 500 connections.
    9292
    93 To fully utilize all cores on a !MapGuide server machine, there should be 1 administrative, 3 client, and 2 site connections per core.  Assigning additional connections may reduce request queue lengths and make better utilize server resources if longer delay features sources like WMS, WFS, and databases are used.  For local on-disk feature sources like SDF and SHP, the  1/3/2 per core listed above will typically be sufficient.
     93To fully utilize all cores on a !MapGuide server machine, there should be 1 administrative, 3 client, and 2 site connections per core.  Assigning additional connections may reduce request queue lengths and better utilize server resources if longer delay features sources like WMS, WFS, and databases are used.  For local on-disk feature sources like SDF and SHP, the  1/3/2 per core listed above will typically be sufficient.
    9494=== !QueueSize ===#ServerQueueSize
    9595The request queue size should be set to at leat !MaxConnections - !ThreadPoolSize.  Setting the queue size too low could lead to request loss under heavy load.
    9696=== !ThreadPoolSize ===#ServerThreadPoolSize
    97 To fully utilize all cores on a !MapGuide server machine, there should be 1 administrative, 3 client, and 2 site threads available per core.  Increasing the thread pool size further may reduce request queue lengths and make better utilize server resources if longer delay features sources like WMS, WFS, and databases are used.  For local on-disk feature sources like SDF and SHP, the  1/3/2 per core listed above will typically be sufficient.
     97To fully utilize all cores on a !MapGuide server machine, there should be 1 administrative, 3 client, and 2 site threads available per core.  Increasing the thread pool size further may reduce request queue lengths and better utilize server resources if longer delay features sources like WMS, WFS, and databases are used.  For local on-disk feature sources like SDF and SHP, the  1/3/2 per core listed above will typically be sufficient.
    9898
    9999== [!ClientConnectionProperties] Section ==#ServerClientConnection