您要查找的是不是:
- The number of statements that the connection pool should keep open. 连接池可以保持打开的语句数目。
- If it is not, then the connection pool size is probably too small. 否则,连接池大小可能会太小。
- The underlying connection is returned back to the connection pool. 则基础连接将返回到连接池。
- At this point the initial set of connections to the host application for the connection pool is started. 此时连接池中的与主机应用程序的初始连接也会被启动。
- This is because all database access is performed using one of several common shared connections from the connection pool. 这是因为所有数据库访问都是使用连接池中的若干公共共享连接之一执行的。
- Empties the connection pool associated with the specified connection. 清空与指定连接关联的连接池。
- Can I use more than one non-XA connection pool in distributed transactions? 在分布式事务中,我能使用超过一个的非?
- Where are connection pools created? 创建连接的代码所在的系统上。
- Does the technology support connection pooling? 不同的技术对连接池是否支持?
- This is not done in connection pooling. 不在连接池中实施。
- An easy way to determine a starting point is to configure your connection pool's maximum number of connections to be" unbounded," run a load test, and measure the largest amount of concurrently used connections. 决定你的连接配置池初始值和最大值的一个容易的方法是先把它设到极大,然后进行压力测试,测量并发应用连接的最大数。
- In addition to improved connection pool support, it is now possible to pool prepared statements. 除了改进对连接池的支持以外,现在也能缓冲预备语句了。
- The paper researches and analyzes the existing object pool and database connection pool, Commons-Pool and Commons-DBCP. 本文重点地对一种现有的对象池Commons-Pool和数据库连接池Commons-DBCP进行了研究与分析:
- In this portal system, we use DBCP (Database Connection Pool) to solve the problem of concurrency efficiency. 在系统设计中,充分考虑了一个大型系统需要同时为多个客户端服务的并发性特点,利用数据库连接池技术来解决这一问题。
- Meanwhile,if you still want to try it out in SP1 without the workaround, you canconfigure the XA connection pool. 期间,如果你仍然想试用SP1,你可以配置XA连接池。
- The capability of traditional connection pool, including Commons-DBCP, can’t be changed in run time. 针对传统数据库连接池在运行期间其容量不能改变的缺点,以Commons-DBCP为例进行了功能优化。
- Let's dunk in the pool before dinner. 我们饭前到池塘里泡一会儿。
- SATracePoolingSwitch All connection pooling is logged. SATracePoolingSwitch记录所有连接池。
- Connection pooling is a technique to improve performance. 连接池是提高性能的技术。
- For more information, see SQL Server Connection Pooling (ADO.NET). 有关更多信息;请参见SQL Server连接池(ADO.;NET)。