TrainBeaser for iPhone
The moose likes Other Open Source Projects and the fly likes Commons Pool - populating pools Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Commons Pool - populating pools" Watch "Commons Pool - populating pools" New topic
Author

Commons Pool - populating pools

William Barnes
Ranch Hand

Joined: Mar 16, 2001
Posts: 949
I need to have my keyed pools populated before my application is �open for business�. I am able to do this with regular pools using �minIdle� and �timeBetweenEvictionRunsMillis�.

But the keyed pools don�t have �minIdle� � the javadocs are incorrect this attribute is not available for keyed pools. I also found that �preparePool� is not available � and the javadocs incorrectly show this attribute being available also

Am I going to have to send in some fake transactions as a way of �priming� the pool?


Please ignore post, I have no idea what I am talking about.
 
 
subject: Commons Pool - populating pools
 
Threads others viewed
JDBC connection pool
Too many connections
two pools in one transaction
Kill Sleeping Connections?
Weblogic connection pool question
IntelliJ Java IDE