connection pool信息详情

connection pool发音

意思翻译

连接池

相似词语短语

connection───n.连接;关系;人脉;连接件

pool───vi.联营,合伙经营;n.(Pool)人名;(英、西)普尔;(芬、德)波尔;vt.合伙经营;n.联营;撞球;水塘;共同资金

carf connection───carf连接

kennel connection───犬舍连接

connection speed───连接速度

connection point───接点

my connection───我的关系

cross connection───交叉连接;横向联接;[建]十字接头;横向联接,交叉接合,十字接头

persistent connection───n.持久连接

双语使用场景

But how does the free connection pool actually work?───但空闲连接池的实际工作原理是什么?

Analysis of JDBC connection pool configuration.───JDBC连接池配置分析。

Each factory has an associated free connection pool.───每个工厂都有一个关联的空闲连接池。

If more than one server is configured in a domain, select a server to which the connection pool should be deployed.───如果要在一个域内配置多台服务器,可以选择一台将部署连接池的服务器。

At this point the initial set of connections to the host application for the connection pool is started.───此时连接池中的与主机应用程序的初始连接也会被启动。

All this depends on both the scalability of the database server and the middleware managing the connection pool.───所有这一切都依赖于数据库服务器和管理连接池的中间件的可伸缩性。

Hence, the size of a connection pool should be optimized for the expected workload on the system.───因此,应该优化连接池,以便在系统上获得预期的工作量。

The maximum time the method will wait for a connection in this situation is specified by the connection pool's connection timeout property.───对于这种情况,该方法等待连接的最大等待时间是由连接池的连接超时属性指定的。

Rerun the tests and reexamine the utilization of the increased connection pool and determine again if the pool is fully utilized or not.───请再次运行测试、再次分析扩大的连接池的利用情况并再次确定连接池是否被完全利用。

英语使用场景

The Key technologies have database connection pool, vml, and safe strategy using role management, system function authority control and database access authority.

Finally, the Customer Service utility showed you how this connection pool can be accessed within the code.

For example, we do not connection pool and do not use a common command interface.

Since this is the first time the jms/CF1 connection factory has been used, there are no connections in the jms/CF1 free connection pool, so the Connection Manager creates a new one – c1.

Figure 13 shows the same PMI chart of the connection pool, this time with the data source statement cache size increased from the default size (which is 10) to 60.

Part 1 of this two-part series looks at how the free connection pool is used, how the contents of the pool are managed, and how the various properties of the pool work together.

Listing 4 shows the code in the application module needed to lookup the created database connection pool.

A connection pool is simply a collection of preallocated database connections that can be reused and released by each "virtual connection" thread.