Does maxActive limit the size of threadpool?

2013-10-08 Thread John Rellis
Hi, Tomcat : 7.0.33 Java : 6 JDBC Pool : 1.0.9.3 Grails : 1.3.9 I am having difficulty understanding some of the documentation for the tomcat JDBC thread pool and I was hoping somebody could clarify. If I have maxActive set to 100, does this mean that the size of the pool is limited to 100, so

Re: Does maxActive limit the size of threadpool?

2013-10-08 Thread Daniel Mikusa
On Oct 8, 2013, at 12:31 PM, John Rellis john.d.rel...@gmail.com wrote: Hi, Tomcat : 7.0.33 Java : 6 JDBC Pool : 1.0.9.3 Grails : 1.3.9 I am having difficulty understanding some of the documentation for the tomcat JDBC thread pool and I was hoping somebody could clarify. If I have

Re: Does maxActive limit the size of threadpool?

2013-10-08 Thread John Rellis
On Tue, Oct 8, 2013 at 10:14 AM, Daniel Mikusa dmik...@gopivotal.com wrote: On Oct 8, 2013, at 12:31 PM, John Rellis john.d.rel...@gmail.com wrote: Hi, Tomcat : 7.0.33 Java : 6 JDBC Pool : 1.0.9.3 Grails : 1.3.9 I am having difficulty understanding some of the documentation for the