开发者

What datasource to use instead of jboss one's?

开发者 https://www.devze.com 2023-01-27 16:57 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消