Hi, is it possible to configure an unbounded connection pool in the DataSource? The MySQL docs indicate that setting
maxsize=0 would create an unbounded connection pool. I can't find any evidence of a
maxsize property in the DataSource DSL. From my testing here setting
maxActive=0 does not result in an unbounded connection pool, in this case the size of the pool seems to be determined by the
initialSize property.
And more generally with a connection pool, is there any way in a Grails app to determine the maximum number of pooled connections used following a run of a set of tests?
Thanks,
David
--
"When we remember we are all mad, the mysteries disappear and life stands explained." ~Twain