Woody Woodring wrote:
> Since createDataSource is synchronized we traced them to the following
> thread that had them blocked:
>
> at java.net.PlainSocketImpl.socketConnect(Native Method)
That's an OS-level method, if it blocks and you have not set
loginTimeout there is not much the driver can do.
Maybe you should set loginTimeout? (It is more expensive as it spawns
extra threads to deal with timeouts in this sort of case, though)
-O