连接池

  • 网络connection pool;Connection Pooling;Connect Pool
连接池连接池
  1. 您还可以通过连接池配置数据源(DataSource)。

    You also can configure a Data Source with the connection pool .

  2. 基于数据库的WEB程序开发中连接池的设计与实现

    Design and Realization of the Connection Pool in WEB Procedures Based on Database

  3. 数据库连接池在动态Web网页开发中的设计与实现

    Design and realization of database connection pond in dynamic Web homepage development

  4. 基于Web的供应链管理系统数据库连接池设计

    Design for Web-based Supply Chain Management System Database Connection-pool

  5. 基于JAVA的连接池优化Web数据库连接

    Connection pool optimization of Web database connection based on JAVA

  6. 连接池将维护此新连接的引用,并将其标记为“inuse”。

    The reference of this new connection will be maintained by the pool , and be marked as being in use .

  7. 最后举例介绍了在Web应用中数据库连接池的实现方法。

    Finally , it introduces the implementation method about Database Connection Pool in the Web application .

  8. 最后,CustomerService实用程序向您展示了如何在代码内访问此连接池。

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

  9. JDBC连接池的模型优化及其Web应用

    Optimization for JDBC Connection Pool Model and Its Application on Web

  10. 连接池技术及其Java实现

    Database Connection Pooling and its Application in Java

  11. 研究和实现了用数据库连接池技术来建立更有效的WEB应用程序与数据库的连接。

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

  12. NET连接池,减少创建数据库连接的开销,提高Web应用系统的性能。

    NET connection pool , reduces the cost to establish database connection and improves the performance of Web applications .

  13. 基于Java的数据库连接池技术

    Database Connection-Pool Technology Based on Java

  14. JAVAWeb技术和数据库连接池技术相结合,可以开发出具有平台无关性、且功能强大、性能优越的Web系统。

    Java Web technology and database connection pool technology can develop the Web system with a platform-independent and powerful performance .

  15. 此跟踪条目表明线程在等待WebSphereApplicationServer连接池中的空闲连接。

    This trace entry indicates that the thread is waiting for a free connection from a WebSphere Application Server connection pool .

  16. J2EE架构下基于连接池的数据库访问技术

    Database Access Technology based on Connection-Pool under J2EE Architecture

  17. 在缺省情况下,WebSphereApplicationServer连接池最少为一个连接,最多为十个连接。

    By default , the WebSphere Application Server connection pool will have a minimum of one connection and a maximum of ten connections .

  18. 使用连接池和预编译技术提高JSP系统的性能

    Enhancing performance of JSP system by using connected pool and pre-compiler

  19. 并发性不足和连接池大小不足的一个症状是CPU闲置。

    One symptom of insufficient concurrency and insufficient connection pool size is an idle CPU .

  20. JSP数据库连接池的设计

    Design of the Connect Pool of Database with JSP

  21. 数据库连接池技术在JSP数据库访问中的应用

    The Application of JSP Database Accessing with Connection Pool

  22. 一种基于JSP的动态连接池管理技术

    A Dynamic Connection Pool Management Technique Based on JSP

  23. JSP和数据库连接池在MVC模式中的应用

    Application of JSP And Connection Pool In MVC Mode

  24. 对于典型的J2EE应用程序,会对所有数据库访问使用单个连接池标识。

    With typical J2EE applications , a single connection pool identity is used for all database access .

  25. 会话bean非常简单并且使用数据库连接池直接访问数据库。

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

  26. 由于使用了JAVA,XML,数据库连接池等技术,使得设计出来的中间件系统具有可扩展性、可重用性,可优化性,可移植性和分布式计算的优点。

    Due to using JAVA , XML technologies , the system has the advantage in transportability , plug and play and distribute computing .

  27. 基于面向对象技术的通用LDAP目录访问连接池

    A Connection Pool Management System for LDAP Directory Accessing Based on Object-oriented Techniques

  28. 基于JDBC数据库连接池的自适应管理策略研究

    Research of Self-Adaptive Management Strategy of Database Connection Pool Based on JDBC

  29. 使用JDBC连接池提高数据库访问效率

    Improving the Efficiency of Accessing Database with JDBC Connection Pool

  30. 用连接池提高Servlet访问数据库的效率

    Improving the Efficiency of Servlet Links to the Database by Using Connections Pool