https://bz.apache.org/bugzilla/show_bug.cgi?id=60645

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
The JDBC spec doesn't mandate thread-safety for the various classes, so you
shouldn't expect them to be thread-safe.

That said, it seems like StatementFinalizer should probably be thread-safe in
case the JDBC driver itself guarantees thread safety. Or, even better, a
MT-safe StatementFinalizer could be provided when it is required (which I would
think would be an unusual situation).

Would you care to donate your MT-safe StatementFinalizer class to the project?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to