Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in connection-pooling

Is there a safe way to tell if a JDBC connection is still ok?

Is there a way to share object between php pages?

php connection-pooling

What are best practices on managing database connections in .NET?

how long must a sql server connection be idle before it is closed by the connection pool?

Basic DB connection pool with Java and Tomcat 7

Connection pool or data source? Which should I put in JNDI?

SELECT 1 from DUAL: MySQL

.NET, the SqlConnection object, and multi-threading

java.lang.ClassNotFoundException: org.apache.tomcat.jdbc.pool DataSourceFactory

Is "Tomcat 7 JDBC Connection Pool" good enough for production? And how is it compare to BoneCP?

HikariCP multithreading separate connection for each thread

SqlConnection vs Sql Session. Do their lifetimes coincide?

Connection pooling in Spark Java framework

Why aren't connections being reused in my iSeries/ASP.NET MVC 4 app?

ASP.NET websites under IIS 7.5 (Windows 7) running extremely slow

How could I check the number of active sqlalchemy connections in a pool at any given time?

How do you manage database connections in php?

How do you efficiently connect to mysql in php without reconnecting on every query

django 1.7 and connection pooling to PostgreSQL?