What is the meaning of ODBC driver parameters about connectivity:
Pooling
ConnectionReset
MaxPoolSize
MinPoolSize
LoadBalanceTimeout
as some are referred to the Siteminder documentation (1)?
Policy Server (All Versions)
DataDirect ODBC
According to Progress DataDirect documentation, these parameters control the behavior of the driver’s internal connection pooling mechanism.
However, when used with the SiteMinder Policy Server, the following restriction applies:
[!CAUTION]
ConnectionReset is NOT supported.
Setting ConnectionReset=1 forces the driver to issue a "cleanup" command every time a connection is retrieved from the pool.
In high-transaction environments like a Policy Server, this adds significant overhead and can severely degrade performance.
This parameter must remain at the default (0).