标签: mysql grails jdbc
当我的grails应用程序面临高负载时,我遇到一些SQLException: java.sql.SQLException:当autocommit = true
仅当应用程序上的连接数增加时才会出现此问题。
我正在使用grails 1.2.2和mysql 5.1
有人已经面临这样的问题吗?
提前致谢。