Re: jdbc-pool ignoring minIdle ?

2009-11-17 Thread Xavier Poinsard
connection pool itself at this point in time will not create a new connection. Only when you actually call getConnection() may another connection be created. Filip On 11/16/2009 09:04 AM, Xavier Poinsard wrote: Hi all, I have seen a strange behaviour with the new Tomcat jdbc-pool (1.0.7.1). It

jdbc-pool ignoring minIdle ?

2009-11-16 Thread Xavier Poinsard
Hi all, I have seen a strange behaviour with the new Tomcat jdbc-pool (1.0.7.1). It seems to ignore the minIdle parameter. I have been able to reproduce it with a simple program. minIdle is set to 5 and after a few seconds, I don't have any idle connection left. Could anybody confirm the bug or