Top "Pooling" questions

a container holds ready objects for clients, to reduce initialization time of expensive buffers or resources.

HTTP connection pooling using HttpClient

How can I create a pool of connections using HttpClient? I have to make frequent connections to the same server. …

java httpclient httpconnection pooling
C# Object Pooling Pattern implementation

Does anyone have a good resource on implementing a shared object pool strategy for a limited resource in vein of …

c# design-patterns pooling
Running out of DB connections!

I'm running a Spring/Hibernate connecting to MySQL setup using c3p0 as my connection pool. For some bizarre reason …

hibernate spring connection c3p0 pooling
Tomcat Connection Pool Exhausted

I'm using Apache Tomcat JDBC connection pooling in my project. I'm confused because under heavy load I keep seeing the …

apache tomcat jdbc connection-pooling pooling
Implementing Connection Pooling : Java

In one of the interviews that I faced,I was asked to implement connection pooling. So approach was this: Create …

java connection pooling
org.apache.tomcat.jdbc.pool.DataSource is no longer in the tomcat 7 dbcp jar?

I am trying to create a spring-managed standalone pool for tomcat-dbcp using the version 7.0.30 of tomcat-dbcp.jar However it seems …

spring tomcat pooling
Spring connection pooling issue

I'm not experienced in Java and Spring. I try to write a program that uses JdbcTemplate for Data access. I …

java oracle spring pooling ora-12519
Why pool Stateless session beans?

Stateless beans in Java do not keep their state between two calls from the client. So in a nutshell we …

java ejb pooling stateless-session-bean
How to pool objects in Spring?

I'm following this tutorial regarding how to pool objects in Spring. I've followed the instruction written on the tutorial but …

java spring spring-3 spring-aop pooling
npgsql Leaking Postgres DB Connections: Way to monitor connections?

Background: I'm moving my application from npgsql v1 to npgsql v2.0.9. After a few minutes of running my application, I …

c# postgresql connection-pooling pooling npgsql