本文介绍了OracleDataSource.getConnection是线程安全的吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我认为找到这个答案会很容易...但是不是很多.
I thought finding this answer would be easy...but not so much.
有人知道OracleDataSource.getConnection方法是否是线程安全的吗?
Does anyone know if the OracleDataSource.getConnection method is thread safe?
我不是说它返回的Connection对象,而是getConnection本身的调用.
I do not mean the Connection objects it returns, but the calling of getConnection itself.
文档和类未明确说明,但作为连接池的方式,我倾向于相信它.
The docs and class doesn't say explicitly but, being as how its a connection pool, I'm inclined to believe it is.
推荐答案
这是 Java并发实践(Brian Goetz)
4.5.1.解释模糊的文档
...有关servlet的信息...
...information about servlets...
这篇关于OracleDataSource.getConnection是线程安全的吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!