Re: Question regarding servlet lifecycle and connection pooling ..

2020-08-02 Thread Mark Thomas
On July 25, 2020 3:25:18 PM UTC, John Dale wrote: >Greetings; > >We've wrapped my connection pool interface in a Factory. Can you >confirm how the current request's thread is used by JDBC connection >pooling to MySQL? > >Sincerely, > >John >

Re: Question regarding servlet lifecycle and connection pooling ..

2020-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 7/25/20 11:25, John Dale wrote: > We've wrapped my connection pool interface in a Factory. Can you > confirm how the current request's thread is used by JDBC > connection pooling to MySQL? Are you using Tomcat to manage your DataSource

Question regarding servlet lifecycle and connection pooling ..

2020-07-25 Thread John Dale
Greetings; We've wrapped my connection pool interface in a Factory. Can you confirm how the current request's thread is used by JDBC connection pooling to MySQL? Sincerely, John - To unsubscribe, e-mail:

Servlet Lifecycle

2007-02-28 Thread Peter Kennard
So if a servlet is lets say in a long transaction, sending a huge data set, and the manager is wanting to undeploy it, Does it get notified while the long lasting servlet thread is sending data so if one wants to abort it, you can truncate writing in a controlled way and clean up the mess