/connection-pool-benchmark

Checking the overhead of different connection pools

Primary LanguageScala

connection-pool-benchmark

This repository contains the code from the blog post How Many Threads Does It Take to Fill a Pool?

We investigate the overhead of different Jdbc connection pools, in terms of connection checkout and release times.