• 众所周知使用数据库连接可以获得许多性能优势

    It is common knowledge that you can gain a lot of performance benefits by using database connection pools.

    youdao

  • 提出一自优化数据库连接设计方式

    A new design approach on database connection pool, self-optimized connection pool, is proposed in the paper.

    youdao

  • 根据规范应用程序模块使用数据库连接需要两个步骤

    As per the specification, two steps are needed for an application module to use a database connection pool.

    youdao

  • 会话bean非常简单并且使用数据库连接直接访问数据库

    The session bean is very simple and accesses the database directly using a pooled database connection.

    youdao

  • 一个生产实现中,可以使用方法创建数据库连接间隔

    In a production implementation, you would use this method to create the internals of a database connection pool.

    youdao

  • 清单4显示应用程序模块查找创建数据库连接所需代码

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

    youdao

  • 中的EJB组件使用JNDI查询确定数据库连接资源位置。

    The EJB component in this example USES a JNDI lookup to locate the database connection pool resource.

    youdao

  • 款轻量级工具能够集中化数据库连接财务安全性管理

    It's a lightweight tool that centralizes management of database connection pooling, accounting, and security.

    youdao

  • 数据库连接开始创建连接随着时间的推移,根据需求

    The database connection pool starts out empty and creates connections over time according to demand.

    youdao

  • 实现数据库连接重用连接对象不是重复地打开关闭连接

    Implement connection pools to the database and reuse connection objects, rather than repeatedly opening and closing connections.

    youdao

  • 了解了如何使用Geronimo控制台初始数据库配置数据库连接

    You learned how the Geronimo console is used to initialize the database and configure a database connection pool.

    youdao

  • 数据库连接采用数据库连接技术提高数据库连接效率性能

    Database connection pool technology was adopted to improve the efficiency and performance of database connection.

    youdao

  • 通过结合车辆定位平台实例设计实现数据库连接验证了有效性

    The design and implementation of database connection pool are done through an instance of vehicle positioning platform, which proves the efficiency of this method.

    youdao

  • 研究实现了数据库连接技术建立有效WEB应用程序数据库连接

    Study and realize to build more effectively connections between database and WEB application using the database connection pool technology.

    youdao

  • 同样地,应用程序设计性能更少对象创建实时的数据库优化以及使用数据库连接

    Similarly the application design can be tuned for performance: Fewer object creations, ongoing database refinements, and using database connection pooling.

    youdao

  • 数据库连接进行分析基础上,提出合理有效数据库连接设计实现方案

    A reasonable, efficient design and realization scheme for database connection pools was presented, which is based on the analysis of database connections.

    youdao

  • 通过分析传统数据库开发模式不足提出数据库连接技术基本模型设计方案进行探讨

    By analyzing the shortage of traditional data base developing mode, it refers data base connection pool skill, and discuss its basic model and design method.

    youdao

  • 请求序列中(假设需要数据库连接),数据库连接池这些方面可能会由于允许多个线程受到影响

    In the deep-request sequence (assuming a database connection is needed), these aspects of database connection pooling can be affected by allowing more threads.

    youdao

  • 监视诸如Servlet线程数据库连接顶级组件,可以了解JVM处理请求发生的情况。

    Monitoring the top-level components, such as the heap, servlet threads, and DB connection pool, provides an insight into what is happening when a request is being processed by the JVM.

    youdao

  • 清单6中的脚本Trade6应用程序使用JDBC数据源数据库连接限制设置 113。

    The script in Listing 6 sets the database connection pool limit to 113 for the JDBC data source used in the Trade6 application.

    youdao

  • 比如数据库连接就是单例设计模式一个例子:我们一般不想让应用程序具有连接池多个资源密集型实例

    An example use case for a singleton would be a database connection pool: you don't want your application to have multiple resource-intensive instances of a connection pool class.

    youdao

  • 数据访问效率低下已成为多层体系结构应用软件主要性能瓶颈,而数据库连接技术解决问题的主要途径

    One major performance bottleneck of the multi-layer application software is low data access efficiency; connection pool technology is an effective way to solve this problem.

    youdao

  • 系统采用SQLSERVER数据库作为数据层的服务器应用服务器使用数据库连接池SQL语句SQLSERVER交互。

    The system use SQLSERVER database as data-layer, Application server use database-connect-pool and SQL language to communicate with SQLSERVER database.

    youdao

  • 数据库连接工作方式与数据存储相似但是连接池更低层次(LibraryServer数据库实际数据库连接)上透明地工作。

    The database connection pool works similarly to the datastore pool, but the connection pool works transparently at the lower level of actual database connections to the Library Server database.

    youdao

  • 数据库连接Derby (org.apache.derby/derby/10.1.1.0/jar)Derbynet (org.apache.derby/derbynet/10.1.1.0/jar)驱动程序具有依赖性时就会引发此条件

    The condition is caused when a database connection pool has a dependency on the Derby (org.apache.derby/derby/10.1.1.0/jar) or Derbynet (org.apache.derby/derbynet/10.1.1.0/jar) drivers.

    youdao

  • 所有一切都依赖数据库服务器管理连接中间件可伸缩性

    All this depends on both the scalability of the database server and the middleware managing the connection pool.

    youdao

  • 打开关闭连接过程开销较大,会影响到应用程序数据库性能使用连接就可以消除大部分这样的开销。

    Opening and closing connections is an expensive process affecting application or database performance and the use of connection pooling helps eliminate most of that overhead.

    youdao

  • 每个J2C连接工厂每个JDBC数据源本身都有连接相应远程系统(企业信息系统数据库)连接池

    Each J2C connection factory and each JDBC datasource has its own pool of connections to the corresponding remote system (Enterprise Information system or database).

    youdao

  • 大多数数据库厂商实现自己兼容jdbc 3.0的连接

    Most database vendors also implement their own JDBC 3.0-compliant connection pools.

    youdao

  • 如果应用已经使用JDBC 2.0连接启用数据库那么所要的只是JMS配置jndi特性使用那个JDBC实例

    If the application is already using a JDBC 2.0 connection pool-enabled database, then all you need to do is configure the JNDI property for the JMS to use that JDBC instance.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定