Glossary entry

Chinese term or phrase:

连接池

English translation:

ConnectionPool

Added to glossary by SHI KANG DU
Aug 7, 2004 06:50
19 yrs ago
Chinese term

连接池

Chinese to English Tech/Engineering IT (Information Technology)
数据库连接池技术,TI术语
Proposed translations (English)
4 +1 ConnectionPool
5 +2 connection pool

Proposed translations

+1
6 mins
Chinese term (edited): ���ӳ�
Selected

ConnectionPool

通过使用连接池,将大大提高程序效率,同时,我们可以通过其自身的管理机制来监视数据库连接的数量、使用情况等。下面我们以一个名为ConnectionPool的连接池为例来看看连接池的实现。先看看ConnectionPool的基本属性:
  m_ConnectionPoolSize:连接池中连接数量下限
  m_ConnectionPoolMax:连接池中连接数量上限
  m_ConnectionUseCount:一个连接的最大使用次数
  m_ConnectionTimeout:一个连接的最长空闲时间
  m_MaxConnections = -1:同一时间的最大连接数
  m_timer:定时器
  这些属性定义了连接池与其中的每个连接的有效状态值。连接池的自我管理,实际上就是通过定时的对每个连接的状态、连接的数量进行判断而进行相应操作
Peer comment(s):

agree Chinoise
6 hrs
Something went wrong...
4 KudoZ points awarded for this answer. Comment: "thanks"
+2
6 mins
Chinese term (edited): ���ӳ�

connection pool

我记得曾经翻过英文到中文的类似内容。根据记忆,再加上搜索,得到以下内容(出自下列 URL):

JDBC pool connection leak was detected. A connection leak occurs when a connection obtained from the pool was not closed explicitly by calling close() and then was disposed by the garbage collector and returned to the connection pool. The following stack trace at create shows where the leaked connection was created. [Null exception passed, creating stack trace for offending caller]
Peer comment(s):

agree Shang
26 mins
Thanks.
agree Chinoise
6 hrs
Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search