Top "Connection-pooling" questions

In software engineering, a connection pool is a cache of connections maintained so that the connections can be reused when future requests to the resource are required.

Use Connection pool with Jedis

I am using Jedis to connect with a Redis server in a REST service. When I am calling the web …

java multithreading spring-boot connection-pooling jedis
Opening a DbContext connection within an existing SqlConnection

I'm interested if opening an Entity Framework's DbContext connection within an existing ADO.NET SqlConnection should be discouraged, provided that …

c# sql-server entity-framework connection-pooling msdtc
How does HikariCP handle incomplete JDBC transactions?

Yesterday I came across HikariCP and spent the whole night studying it. I'm really impressed with the amount of detail …

java jdbc transactions connection-pooling hikaricp
JDBC Connection Pooling: Connection Reuse?

As per my understanding, JDBC Connection Pooling (at a basic level) works this way: create connections during app initialization and …

java jdbc connection-pooling
How do I get a Golang Database connection pool to manage connections to multiple hosts in a cluster?

I'm setting up bi-direction replication between four PostgreSQL workers, and I'd like to have my Go database connection pool handle …

postgresql go replication connection-pooling postgresql-bdr
“error: 19 - Physical connection is not usable” with OWIN access in Azure database

I have tried all the other postings on the dreaded "error 19" and found that the few with answers do not …

c# razor azure-sql-database owin connection-pooling