Re: dbcp pool evictor deadlock?

2009-06-23 Thread Narendra Sarkar
Hi, We have a multi threaded environment. We have noticed that thread blocks for 10 to 20 minutes due DBCP getConnection method call. Then, we investigated the source code of DBCP(commons-dbcp-1.2.1-PII.jar) and noticed that createConnection method is synchronized. This problem occur more frequentl

Re: FW: dbcp pool evictor deadlock?

2009-09-04 Thread Narendra Sarkar
at 10:13 AM > Subject: Re: dbcp pool evictor deadlock? > To: dev@tomcat.apache.org > > > "Mark Thomas" wrote in message > news:4a40e12c.2070...@apache.org... > > Narendra Sarkar wrote: > >> Hi, > >> We have a multi threaded environment. We have no