Tagged Questions

1
vote
3answers
264 views

Java Database Connection Pool for multiple databases (Shards)

Hello, I was wondering what the best technique for implementing a DB connection pool for a web application which uses shards. From what I can tell most (all?) open-source implementations only support …