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.

hibernate default connection pooling

Does Hibernate use connection pool by default? If so what is the default value for *connection.pool_size*? Doesn't it …

hibernate connection-pooling
WebApp (Tomcat-jdbc) Pooled DB connection throwing abandon exception

I have been browsing SO for some time, and chewing my hat in the process, but cannot find an exact …

java mysql tomcat connection-pooling
Android BLE Connection time interval

I am developing a BLE application on Nexus 4 using Android BLE API. I have a few questions/doubts: 1) Is there …

android connection-pooling bluetooth-lowenergy l2cap
Springs RestTemplate default connection pool

Just wondering if RestTemplate out of the box uses connection pooling or does it simply establish a new connection each …

spring connection-pooling resttemplate
Optimal number of connections in connection pool

Currently we are using 4 cpu windows box with 8gb RAM with MySQL 5.x installed on same box. We are using …

java mysql performance weblogic connection-pooling
How to Debug / Log Tomcat JDBC Connection Pool's connections?

I am using Tomcat JDBC connection pool along with Spring boot, JDBC template and SQL Server. I need to know …

debugging tomcat logging log4j connection-pooling
What is maximum allowable value of "Max Pool Size" in sql connection string

What is the maximum allowable value of "Max Pool Size" in a connection string? Suppose this is my connection string …

c# sql-server-2005 ado.net connection-pooling
HikariCP and maxLifetime

I moved my project to HikariCP. Everything is going fine so far, but with one setting I'm having trouble. It's …

java connection-pooling hikaricp
php connection pooling mysql

I am planning to use MYSQL. Is there a connection pooling extension available? Or what is the normal practice for …

php mysql connection connection-pooling
Basics - Troubleshooting Hibernate / JDBC Connection Pool Issue

What is Hibernate's responsibility in regards to database connections it gets from an underlying connection pool. Does it test to …

java hibernate jdbc connection-pooling