fmeheust opened a new pull request, #677:
URL: https://github.com/apache/tomcat/pull/677

   JDBC 4.3 added the methods beginRequest and endRequest to 
java.sql.Connection. These methods hint the driver of the beginning and 
completion of a request (independent unit of work). Connection pooling manager 
should call these methods on the underlying connection prior to returning a 
connection to the caller, and when the applications returns the connection back 
to the connection pool respectively.
   
   This pull request adds support for beginRequest and endRequest methods to 
the Tomcat JDBC Connection Pool.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to