apache-commons-pool Questions
2
I've been looking to implement pooling in part of my application. I want to use the Commons Pool library but am slightly concerned about how the close() behaviour works. From looking at the javadoc...
Falsify asked 17/12, 2009 at 15:35
1
I put Jsch into commons-pool (with spring pool support) with initial success
http://docs.spring.io/spring/docs/3.2.4.RELEASE/spring-framework-reference/htmlsingle/#aop-ts-pool
However:
Should w...
Betatron asked 31/10, 2013 at 16:34
2
Solved
I have a GenericKeyedObjectPool in my application.
I can close it with the close method but how should I wait for the clients to return (and the pool destroys) every borrowed object to the pool?
I...
Size asked 13/11, 2012 at 4:50
1
© 2022 - 2024 — McMap. All rights reserved.