1: Basic introduction BeeCP is a small JDBC connection pool component with high performance, light code and good stability. Two: Optimization content 1: Two locks support waiting for timeout (connection pool creation, connection creation) 2: Add a new cleaning method to the connection pool, and the new configuration can be loaded after the connection in the pool is cleaned up 3: Add 5 resettable attributes to the connection whether Enable switch 4: Connection borrowing waiting for interrupt recognition Optimization 5: Connection pool code optimization and adjustment (such as adding…
#BeeCP3.4.1 #small #JDBC #connection #pool #component