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.
I've been playing with MongoDB recently (It's AMAZINGLY FAST) using the C# driver on GitHub. Everything is working just fine …
c# mongodb performance connection-pooling mongodb-.net-driverDoes anybody have experience with using Oracle UCP under real production load? Does it handle database reconnects well? Are there …
java jdbc connection-pooling c3p0 apache-commons-dbcpI'm uploading hundreds of millions of items to my database via a REST API from a cloud server on Heroku …
python http connection-pooling python-requests urllib3In looking over my Query log, I see an odd pattern that I don't have an explanation for. After practically …
java mysql connection-pooling apache-commons-dbcpDoes it make more sense to have to connection pool at the JNDI level or at the webapp level? For …
java tomcat datasource jndi connection-poolingI'm currently doing some GUI testing on a ASP.net 2.0 application. The RDBMS is SQL Server 2005. The host is Win …
asp.net sql-server connection-pooling performancecounter connection-leaksI'm trying to set up a MySQL connection pool and have my worker processes access the already established pool instead …
python connection-pooling mysql-pythonI'm stumbled upon a problem while developing a Web Application based on Struts2 with Spring and Hibernate. When I refresh …
spring hibernate struts2 connection-pooling c3p0sp_reset_connection seems to be called by SQL Server connection pooling, to ensure that connections reused from the pool …
sql sql-server connection-poolingI'm pretty sick of having to rewrite my code every time I learn something new about php (like the fact …
php mysql connection-pooling connect