| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
12年前发布

Java连接池:Proxool

Proxool是一个Java SQL Driver驱动程序,提供了对你选择的其它类型的驱动程序的连接池封装。可以非常简单的移植到现存的代码中。完全可配置。快速,成熟,健壮。可以透明地为你现存的JDBC驱动程序增加连接池功能。

特性:

Transparency: Transparently adds connection pooling to your existing JDBC driver.

Open Source: Our licence allows you flexibility to use it in both commerical and other open source products.

Standards: Complies with the J2SE API, giving you the confidence to develop to standards.

Control: You can monitor the performance of your database connections and listen to connection events

Ease of use: It's easy to configure using the JDBC API, XML, or Java property files - you decide.

项目主页:http://www.open-open.com/lib/view/home/1350480096992

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1350480096992.html
Java 数据库连接池