Skip to content

Implementation of MySQL DB Connection Pool service from scratch

Notifications You must be signed in to change notification settings

nimitmk7/swimming-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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';

About

Implementation of MySQL DB Connection Pool service from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages