What is a database connection pool?

Source: Internet
Author: User
Tags connection pooling

Database connection pool, for short, DBCP database connection pool

Existence Meaning:
Database connection is very expensive system resources, an application usually need to deal with the database, but also need to connect to the database frequently, which leads to wasting a lot of system resources;

The principle of connection pooling is: I have created several database connections in advance, when my system needs to operate the database from the connection pool directly to take the connection, and the connection is marked as busy, after the use of the pool, and marked as free;
When connections in the connection pool are in use, if you are connecting at this point, the connection pool will be placed in the pool where the connection is created, and the number of these connections is controlled by you in the configuration file.

What is a database connection pool?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.