1. CommonsPoolTargetSource initializating beans that are not added to the pool forum.springsource.orgCommonsPoolTargetSource initializating beans that are not added to the pool I configure a pool to have minIdle of x, but 2x beans are initialized. This would not be an issue if ... |
2. Newbie question : Does container pool beans? forum.springsource.orgHi all, If my Spring app is deployed in an application server like WAS or JBoss, and in it I have a servlet with the following code... Code: ServletContext servletContext =this.getServletContext(); ... |
3. how does spring manage bean instance pooling forum.springsource.orghow does spring manage bean instance pooling Hi I would like to know how spring handles bean instance pooling. I know that by default, Spring creates all bean instances as singletons, ... |
4. CommonsPoolTargetSource : configuring pool properties. forum.springsource.orgCommonsPoolTargetSource : configuring pool properties. Spring version : 1.2.2 Hi all, I'm using AOP in Spring to create a pool of object (in my case Corba connection) with CommonsPoolTargetSource. I have ... |
5. Pooling a Spring Bean forum.springsource.orgPooling a Spring Bean Hi, I've looked at the unit test case method testHitMaxSize added to CommonsPoolTargetSourceTests.java. This appears to me to be testing the commons pooling and its ability to ... |
6. how do I set the number of beans in Pool? forum.springsource.orgWith the usual caveat that pooling of service object instances is usually a bad idea. Pooling resources is essentially; pooling stateless objects (which are usually naturally thread safe) is usually pointless ... |
7. early instantiation of prototype bean from pool forum.springsource.orgearly instantiation of prototype bean from pool I'm using CommonsPoolTargetSource to create a pool of rule engines. The target bean is declared as a prototype. When I run the code with ... |
8. Dynamic collection of pools and the *scope* of pooling forum.springsource.orgDynamic collection of pools and the *scope* of pooling hi all, optionally you can read about my original problem here. Here I'll try to put the problem more generally. There's a ... |
9. How to measure pooling for a bean. forum.springsource.orgHow to measure pooling for a bean. Hi, How can I know if two different instances has been created or not when two different simultaneous requests comes in. ----------------------------------- Please find ... |
10. Spring Beans Pool forum.springsource.orgHi, Is it possible to pool beans with Spring. I need to pool some network connections. I was just wondering if Spring can provide this feature. If no is the answer, ... |