Re: problem in commons-dbcp-1.2.2 + common-pools-1.5.2/1.5.4

2010-03-16 Thread Phil Steitz
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

problem in commons-dbcp-1.2.2 + common-pools-1.5.2/1.5.4

2010-03-16 Thread Hu, ZhangHao
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