Connection Pooling ?

2018-07-03 17:42 更新

Connection Pooling is a technique used for reuse of physical connections and reduced overhead for your application.

Connection pooling functionality minimizes expensive operations in the creation and closing of sessions.

Database vendor's help multiple clients to share a cached set of connection objects that provides access to a database. Clients need not create a new connection every time to interact with the database.

以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号