最小池大小:连接池中可保持的最小连接数。
Min pool size: the minimum number of connections that can remain in the pool.
如果连接数等于最小连接数,则该连接将不关闭,并保留在空闲池中。
If the number of connections equals Minimum connections, the connection will not be closed and will remain in the free pool.
最小连接数:Connection Manager 在连接工厂的空闲池中保持的最小连接数
Minimum connections: The minimum number of connections the Connection Manager will keep in a connection factory’s free pool
应用推荐