但是,如果您在连接泄漏这将是值得的。
But if you're having connection leaks it will be well worth the effort.
连接泄漏检测:如果应用程序在使用数据库连接后未能将其正常释放,这种特殊的跟踪能帮助您辨识问题的原因。
Connection leak detection: Special trace that helps identify the culprits when database connections are not properly released after being used by an application.
如果确定JDBC连接未处理处理,并且所属应用程序“忘记”关闭它,则表示您发现了一处需要修复的资源泄漏。
If you determine that the JDBC connection was not handled properly and the owning application "forgot" to close it, you have discovered a resource leak that needs to be fixed.
应用推荐