aerospike / aerospike-client-rust

Rust client for the Aerospike database
https://www.aerospike.com/
Other
82 stars 28 forks source link

Connection pool #20

Closed jhecking closed 7 years ago

jhecking commented 7 years ago

Extract the RwLock<VecDeque<Connection>> data structure in Node into a separate ConnectionPool data type in preparation for addressing the lock contention issues raised in #19.