Changes between Version 24 and Version 25 of MapGuideRfc86


Ignore:
Timestamp:
Oct 12, 2009, 11:32:24 PM (15 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc86

    v24 v25  
    117117Some of methods in !MgFeatureService don’t depend on an existing feature source and an FDO connection. So this change will not affect them. For example, MgFeatureService::!GetFeatureProviders, MgFeatureService::!XmlToSchema, and so on.
    118118
     119To avoid exhausting the avaiable FDO connections through pinned connections, the following two properties will be added into serverconfig.ini to set a limitation of pinned connections per FDO providers.
     120
     121{{{
     122[FeatureServiceProperties]
     123# *****************************************************************************
     124# F E A T U R E  S E R V I C E
     125#
     126# Property Name                    Description
     127# -----------------------------------------------------------------------------
     128# PinnedDataConnectionSize         Default # of pinned FDO connections per provider.
     129#                                       Value < 0  The default number of pinned connection is
     130#                                                  same as value of DataConnectionPoolSize.
     131#                                       Value = 0  Can not use pinned FDO connection.
     132#                                       Value > 0  Its value has to be less than or equal to
     133#                                                  the value of DataConnectionPoolSize.
     134# PinnedDataConnectionSizeCustom   Custom # of pinned FDO connections for specified provider
     135#                                       0 <= Length <= 1024
     136#                                       Example: OSGeo.SDF:5,OSGeo.SHP:5
     137# *****************************************************************************
     138PinnedDataConnectionSize           = 20
     139PinnedDataConnectionSizeCustom     =
     140}}}
     141
    119142== Implications ==
    120143