Changes between Version 12 and Version 13 of Release/2.1/Notes


Ignore:
Timestamp:
Jul 20, 2009, 3:14:03 PM (15 years ago)
Author:
jbirch
Comment:

I _think_ this section on HTTP connection parameters is correct

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.1/Notes

    v12 v13  
    4343== API changes ==
    4444
    45  * MgResourceService
    46     * ResourceExists(MgResourceIdentifier resourceId) - Determines if a given resource id exists. In previous releases, [http://trac.osgeo.org/mapguide/ticket/288 calling this method throws MgNotImplementedException]
     45 * !MgResourceService
     46    * !ResourceExists(!MgResourceIdentifier resourceId) - Determines if a given resource id exists. In previous releases, [http://trac.osgeo.org/mapguide/ticket/288 calling this method throws MgNotImplementedException]
    4747
    4848== New Server Configuration (serverconfig.ini) Options ==
    4949
    5050 * Rendering Service
    51    * ClampPoints : reduce the thickness of zero width lines, especially for horizontal and vertical lines (default = 0)
    52    * GeneralizeData : reduce the perceived thickness by reducing the density of the rendered data (default = 0)
     51   * !ClampPoints : reduce the thickness of zero width lines, especially for horizontal and vertical lines (default = 0)
     52   * !GeneralizeData : reduce the perceived thickness by reducing the density of the rendered data (default = 0)
     53
     54== New Web Configuration (webconfig.ini) Options ==
     55
     56These parameters allow you to tune how many connections the web tier will attempt to open with the server, which is important on Windows where only 63 connections are supported.  These are per-client, so if you're running multiple agents (php, mapagent, .net, etc), or agents on multiple web tier servers, make sure to take them all into account.
     57
     58 * !AdministrativeConnectionProperties
     59   * !MaxConnections (Default 2)
     60 * !ClientConnectionProperties
     61   * !MaxConnections (Default 12)
     62 * !SiteConnectionProperties
     63   * !MaxConnections (Default 6)
    5364
    5465== Disk Space ==