单词 | connection pooling | ||||||||||||
释义 | connection pooling
更多释义 收起释义 例句释义: 连接池,连接共用,连接缓冲 1. The code might have implemented its own threading, caching, connection pooling, or even (heaven forbid) security infrastructure. 该代码可能实现了自己的线程、缓存、连接池甚至(但愿不会如此)安全基础设施。 www.ibm.com 2. Connection pooling is usually more relevant in the production or stress-testing environment than during development. 连接池在生产或压力测试环境中通常比在开发中关系更密切。 www.ibm.com 3. Connection pooling is the maintenance of a group of database connections for reuse by applications on an application server. 连接池是指维护一组数据库连接,以使应用程序服务器上的应用程序能够重用它们。 www.kuenglish.info 4. Connection pooling is a technique used for sharing server resources among requesting clients. 连接合用是一种用于在请求客户机之间共享服务器资源的技术。 www-128.ibm.com 5. The Connection Pooling tab allows you to specify connection pooling parameters for each ODBC driver installed. 通过“连接池”选项卡可以为每个已安装的ODBC驱动程序指定连接池参数。 msdn2.microsoft.com 6. The. NET Framework Data Provider for Oracle provides connection pooling automatically for your ADO. NET client application. Oracle.NETFramework数据提供程序自动为ADO.NET客户端应用程序提供连接池。 msdn2.microsoft.com 7. Connection pooling is the maintenance of a group of database connections for reuse by applications across multiple end users. 连接池是一组供跨越多个最终用户的应用程序重用的数据库连接的维护机制。 msdn2.microsoft.com 8. Class, connection pooling is handled automatically by the provider, so you do not need to manage it yourself. 类,则连接池将由提供程序自动处理,所以您不必自己进行管理。 msdn2.microsoft.com 9. To minimize the cost of opening and closing connections, ADO. NET uses an optimization technique called connection pooling. 为了尽量减少打开和关闭连接的开销,ADO.NET使用一种称为连接池的优化技术。 www.bugsboard.net 10. However, when a connection is reestablished via connection pooling, SQL debugging is not re-enabled. 但是,当通过连接池重新建立连接时,不重新启用SQL调试。 msdn2.microsoft.com 1. Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas. Sequel具有线程安全,连接池等特性,同时提供了简洁的DSL用来创建数据库查询以及表方案。 www.infoq.com 2. Note that connection pooling changes for a specific ODBC driver affect all applications that use that ODBC driver. 请注意,对特定ODBC驱动程序所做的更改会影响所有使用该ODBC驱动程序的应用程序。 msdn2.microsoft.com 3. Connection pooling interfaces ensure that any resources needed to communicate with the EIS are shared and pooled amongst many clients. 连接池(Connectionpooling)接口确保与EIS进行通信所需的任何资源都在许多客户机间被共享,并被合用。 www.ibm.com 4. This type of application will not benefit from the simple connection pooling provided by the ODBC manager. 这类应用程序就无法使用ODBC管理器所提供的简单连接池的好处。 www.ibm.com 5. The remedy for this problem would be to implement connection pooling. 解决这一问题的方法是使用连接池。 www.ibm.com 6. Describes how connection pooling can enhance performance and scalability for database applications. 描述连接池如何提高数据库应用程序的性能和可伸缩性。 msdn2.microsoft.com 7. Network-communication cost (when working with local resources) is adequately compensated for by connection pooling. 通过使用连接池可以抵消一定的网络通信成本(在处理本地资源时产生) www.ibm.com 8. Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them. “连接池”是一种建立和管理连接的技术,它已经在一些需要这种调度技术的应用中使用了。 bbs.chinaunix.net 9. Instead, connection pooling allows the idle connection to be used by some other thread to do useful work. 连接池允许其它线程使用空闲连接来做其它有用的工作。 bbs.chinaunix.net 10. The unixODBC connection pooling implementation is scoped to a process. unixODBC连接池实现仅在进程内有效。 www.ibm.com 1. For more information, see "Controlling Connection Pooling with Connection String Keywords" later in this topic. 有关更多信息,请参见本主题后面的“使用连接字符串关键字控制连接池”。 msdn2.microsoft.com 2. It's a lightweight tool that centralizes management of database connection pooling, accounting, and security. 这是一款轻量级工具,能够集中化对数据库连接池、财务和安全性的管理。 www.ibm.com 3. Consideration: Does the technology support connection pooling? 考虑:不同的技术对连接池是否支持? www.ibm.com 4. It then releases the connection to the connection pool, or closes the connection if connection pooling is disabled. 然后,它将连接释放到连接池,或者在连接池被禁用的情况下关闭连接。 msdn2.microsoft.com 5. Connection pooling helps reduce the overhead of creating and terminating database agents. 连接池有助于减少创建和终止数据库代理方面的开销。 www-128.ibm.com 6. Connection pooling is associated with the allocation and deallocation of agents . 连接池与代理的分配和解除分配相关联。 www.bing.com 7. That module does not include connection pooling, but should work perfectly well with antipool. py. 该模块不包含连接池化,但可与antipool.py完美协作。 www.ibm.com 8. It should not be confused with "connection pooling" which DB2 Connect also provides. 不要将它与DB2Connect同时提供的“连接池”混淆。 www.ibm.com 9. The addition of statement pooling and enhanced connection pooling support goes a long way toward achieving this goal. 新增的语句池和增强的连接池支持离实现这个目标还很远。 www-128.ibm.com 10. Class, connection pooling is managed implicitly but also provides options that allow you to manage pooling yourself. 类,则连接池被隐式管理,但也提供选项允许您自己管理池。 msdn2.microsoft.com 1. The following table lists the valid names for connection pooling values within the. 内连接池值的有效名称。 msdn2.microsoft.com 2. In that situation, the appropriate JDBC driver renders the connection pooling. 在那种情况下,适当的JDBC驱动程序将提供连接合用。 www.ibm.com 3. An additional advantage of this approach is that you can use connection pooling with DataSources. 该方法的另一个优点是您可以对于多个数据源使用连接池。 www.ibm.com 4. The connector provides connection pooling and loads the JDBC driver you specify. 这个连接器提供连接池,并装载您所指定的驱动。 www-128.ibm.com 5. Describes how the JDBC driver supports the use of connection pooling. 说明JDBC驱动程序如何支持使用连接池。 msdn2.microsoft.com 6. Connection pooling is a technique to improve performance. 连接池是提高性能的技术。 msdn2.microsoft.com 7. SATracePoolingSwitch All connection pooling is logged. SATracePoolingSwitch记录所有连接池。 www.ianywhere.com 8. Below is the table with important Connection Pooling specific keywords of the connection strings with their description. 下表是用于连接池中比较重要的关键字和其描述。 blog.csdn.net 9. Parameters such as host session connection pooling are set up for the connection to the host application. 为主机应用程序的连接设置如主机会话连接池等的参数。 www-128.ibm.com 10. This mechanism is useful in an environment in which connection pooling is used. 此机制在使用连接池的环境中是有用的。 msdn2.microsoft.com 1. You can also supply several connection string modifiers to control connection pooling behavior. 还可以提供几个连接字符串修饰符来控制连接池的行为。 msdn2.microsoft.com 2. Must connection pooling be ON with concentrator enabled? 启用连接集中器必须将连接池打开? www.ibm.com 3. Any applications that are still using the connection manager APIs must be changed to use JDBC 2. 0 connection pooling. 任何仍在使用连接管理器ApI的应用程序必须转而使用JDBC2.0连接池。 www.ibm.com 4. Setting up the connection pooling is simple - edit the odbcinst. ini so it looks like Figure 6. 设置连接池非常简单,只要像图6那样编辑odbcinst.ini即可。 www.ibm.com 5. Note that you can also specify connection pooling parameters here. 请注意,您还可以在这里指定连接池参数。 www.ibm.com 6. This option is useful in an environment in which connection pooling is used. 该选项在使用连接池的环境中非常有用。 technet.microsoft.com 7. Connection pooling is established after the resource adapter is installed, using the AE Admin Console. 您可以使用AEAdminConsole在安装资源适配器之后建立连接池。 www.ibm.com 8. You should temporarily disable connection pooling while debugging. 调试时,应当临时禁用连接池。 msdn2.microsoft.com 9. CORBA (and most current HTTP servers) get around this by using connection pooling. CORBA(以及大多数当前的HTTP服务器)通过使用连接池来解决这个问题。 www.ibm.com 10. Connection string plays a vital role in connection pooling. 连接字符串在连接池中扮演着非常重要的角色。 www.cnblogs.com 1. Hibernate applications can use c3p0 connection pooling to enable statement caching in J2SE applications. Hibernate应用程序可以使用c3p0连接池来启用J2SE应用程序中的语句缓存。 www.ibm.com 2. ccf2. jar Supplied by unit-test environment; for connection pooling only. jar由单元测试环境提供;只用于连接池。 www.ibm.com 3. ADO. NET with IIS uses a technique called Connection Pooling, which is very helpful in applications with such designs. NET和IIS使用了一个叫连接池的接术,对于上面提到的这种设计,利用这种技术将分对应用程序十分的有帮助。 blog.csdn.net 4. Without connection pooling, that is of course expensive and not recommended. 如果没有连接池,代价当然会很高,也不会建议那样做。 www-128.ibm.com 5. Thus they can use all the features that the Application Server provides (connection pooling, distributed sessions, and so on). 这样,它就可以利用应用服务器提供的所有特性,如连接池、分布式会话等。 www.ibm.com 6. If you have connection pooling enabled, you must temporarily disable it while debugging. 如果已经启用连接池,则在调试时必须临时禁用它。 msdn2.microsoft.com 7. This is not done in connection pooling. 不在连接池中实施。 msdn2.microsoft.com 8. There are, for example, specific libraries that manage connection pooling within a specific development language. 例如,有一些特别的库可以管理特定开发语言内的连接池。 www.ibm.com 9. Therefore you must turn off connection pooling in order to use application roles. 因此,您必须关闭连接池才能使用应用程序角色。 technet.microsoft.com 10. For more information, see SQL Server Connection Pooling (ADO. NET). 有关更多信息,请参见SQLServer连接池(ADO.NET)。 msdn2.microsoft.com 1. To enable or disable connection pooling, open ODBC Data Source Administrator in the Administrative Tools folder of Control Panel. 要启用或禁用连接池,在“控制面板”的“管理工具”文件夹中打开“ODBC数据源管理器”。 msdn2.microsoft.com 2. Connection pooling improves performance as a data source object creates a connection as soon as it is instantiate. 连接池可提高性能,因为一将数据源对象实例化,它就会创建一个连接。 www.ibm.com 3. A Data Source provides the connection properties to the underlying database along with connection pooling mechanisms. 数据源提供到基础数据库的连接属性,以及连接池机制。 www.ibm.com 4. concept concrete concrete class concurrency constraint configuration connection connection pooling 概念具体的具体类并发、并发机制约束 wenku.baidu.com 5. Deploy a data source to Community Edition for connection pooling. 将一个数据源部署到CommunityEdition,以用于连接池。 www.ibm.com 6. Following are important differences between object pooling and connection pooling 下面是对象池和连接池之间的重要区别 msdn2.microsoft.com 7. Controlling Connection Pooling with Connection String Keywords 使用连接字符串关键字控制连接池 msdn2.microsoft.com 8. For more information about connection pooling, click the following article number to view the article in the Microsoft Knowledge Base 有关连接池的其他信息,请单击下面的文章编号,以查看Microsoft知识库中相应的文章 support.microsoft.com 9. Connection pooling using service provider facilities 使用服务供应商设施的连接合用 www.ibm.com 10. connection pooling vs . the connection concentrator 连接池与连接集中器 www.ichacha.net 1. LDAP connection pooling and result caching services for use by other LDAP modules 为其它LDAP模块提供LDAP连接池和结果缓冲服务 kajaa.bbs.us 2. The classes for the connection pooling implementation are as follows 用于连接池实现的类如下 msdn2.microsoft.com 3. If the connection pooling value Pooling 如果将连接池值 msdn2.microsoft.com |
||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。