问题描述
- mysql java.sql.SQLException 问题
-
java.sql.SQLException: We are already in the process of making 20 connections and the number of simultaneous builds has been throttled to 19
这是什么问题,大家帮我解决下,急. . .
解决方案
并发的线程过多,已经超过你设置的连接数,同时强调一点,设置的连接数可能会对你的系统的性能有一定的影响,建议你选择一个比较合适的连接数量!
解决方案二:
并发线程过多,重新配置一下mysql的连接数,有个配置向导,自己看看
时间: 2024-12-31 02:34:10