Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 229 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 229 Bytes

swimming-pool

A basic implementation of JDBC connection pool on MySQL database using a Bounded Blocking Queue.

To get the number of max connections your MySQL DB supports use command:

SHOW VARIABLES LIKE 'max_connections';