| 119 | To 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 | # ***************************************************************************** |
| 138 | PinnedDataConnectionSize = 20 |
| 139 | PinnedDataConnectionSizeCustom = |
| 140 | }}} |
| 141 | |