Re: [OT] Tomcat connection error

2019-02-18 Thread John Dale
Chris, On 2/18/19, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > John, > > On 2/18/19 07:45, John Dale wrote: >> I agree - release your connection, commit transaction (if you have >> auto-commit set to false), and null-out your connection >> references. >> >>

Re: [OT] Tomcat connection error

2019-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 2/18/19 07:45, John Dale wrote: > I agree - release your connection, commit transaction (if you have > auto-commit set to false), and null-out your connection > references. > > The analogy in c++ is you need deallocate memory. Deallocati