Re: JDBC Threads Locking up



joeNOSPAM@xxxxxxx wrote:

Show how your pool is defined. This points to a serious lack of
concurrency
consideration in the Oracle driver. One terrible thing we can see in
the
driver is that internally it is calling DriverManager.getConnection()!

This used to be the case, but it has been fixed at some point. I don't know which version. Sun's version still has some junk in it, and the class is a bit of a botch job.

Tom Hawtin
.