Changes between Version 17 and Version 18 of MapGuideRfc19


Ignore:
Timestamp:
Apr 19, 2007, 11:48:51 AM (17 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc19

    v17 v18  
    5555To clarify how this works the following is the order of precedence for what value to use for limiting the maximum # of concurrent connections.
    5656
    57 1) If the provider thread model is single-threaded then the # of concurrent connections will be limited to 1 regardless of what the above settings have. This is to ensure server stability.
    58 2) The # of concurrent connections specified in the "!DataConnectionPoolSizeCustom" property for the specified provider will be used.
    59 3) The # of concurrent connections specified in the "!DataConnectionPoolSize" property will be used.
     57 * If the provider thread model is single-threaded then the # of concurrent connections will be limited to 1 regardless of what the above settings have. This is to ensure server stability.
     58 * The # of concurrent connections specified in the "!DataConnectionPoolSizeCustom" property for the specified provider will be used.
     59 * The # of concurrent connections specified in the "!DataConnectionPoolSize" property will be used.
    6060
    6161If the server is unable to create a new concurrent connection to a provider that has no more connections available and error will be logged to the server's error log.