MySqlConnector icon indicating copy to clipboard operation
MySqlConnector copied to clipboard

Add lock-free connection pool

Open bgrainger opened this issue 6 years ago • 0 comments
trafficstars

Implements a lock-free connection pool based on npgsql's implementation, along with some potential optimisations (that need to be tested) for MySqlConnector-specific features, such more LIFO-like behaviour and recovering leaked MySqlConnections.

bgrainger avatar Feb 26 '19 04:02 bgrainger