we are removing jboss from spring-based application 开发者_如何学Pythonand considering what a datasource to use instead of jboss's one for oracle. We used such properties (in oracle-ds.xml) as
- min-pool-size
- max-pool-size
- blocking-timeout-millis
- prepared-statement-cache-size
- etc...
didn't find analog params in BasicDataSource, apache connection pool.
Have a look at c3p0. It should fit your needs. Here are the configuration details.
精彩评论