Enables the ODBC connection pool used by the StreamServe scripting functions and specifies the maximum number of objects in the pool.
Enabling the ODBC connection pool improves the performance of ODBC connections because the ODBC pool leaves the connection to the database server open rather than reconnecting and disconnecting for each call. Short-lived connections show the most performance benefits.
If you have a low number of open connections (i.e. you have a low number of scripts that involve ODBC calls), enabling the ODBC connection pool with a low pool value may provide slight performance improvements.