Re: Resource management in new Tomcat JDBC connection pool.

2013-04-10 Thread Igor Urisman
Thanks, Dan et al. StatementFinalizer is exactly what I was looking for. A quick look at the source code reveals exactly what I needed to know: statements are stash

Re: Resource management in new Tomcat JDBC connection pool.

2013-04-10 Thread Bertrand Guay-Paquet
Hi, Have a look at http://markmail.org/thread/iqgvj34347z77tnc for a bug in the current Tomcat version and its workaround. This seems to affect MySQL primarily. Regards, Bertrand On 10/04/2013 4:05 PM, Igor Urisman wrote: Hello, The new Tomcat 7 JDBC pool

Re: Resource management in new Tomcat JDBC connection pool.

2013-04-10 Thread Daniel Mikusa
On Apr 10, 2013, at 4:05 PM, Igor Urisman wrote: > Hello, > > The new Tomcat 7 JDBC > poolis > quite new and not much has been written on it yet. I'm not sure I would consider it new, it's been out three plus years and I know it's bei

Resource management in new Tomcat JDBC connection pool.

2013-04-10 Thread Igor Urisman
Hello, The new Tomcat 7 JDBC poolis quite new and not much has been written on it yet. Has anyone looked it how well it manages underlying resources, both in java domain and in the database? More specifically, what happens when I call Co