Hu, ZhangHao wrote:
> Hi All
>
>
>
> I am using commons-dbcp-1.2.2 + common-pools-1.5.2 and meet a dead-lock
> problem.
>
> The problem is if all connections in the thread pool are occupied, and
> other threads are waiting for db connection.
>
> Then if those threads received InterruptedExcep
Hi All
I am using commons-dbcp-1.2.2 + common-pools-1.5.2 and meet a dead-lock
problem.
The problem is if all connections in the thread pool are occupied, and
other threads are waiting for db connection.
Then if those threads received InterruptedException, then the thread
pool will be dead an