关于数据库连接的问题!出现了8小时中断!
一个项目,我用hibernate的内置连接
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://127.0.0.1/papms</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.connection.password">root</property>
但是程序运行了一夜后,出现了
** BEGIN NESTED EXCEPTION **
java.net.SocketExceptionMESSAGE:
Software caused connection abort: socket write errorSTACKTRACE:
等等异常,应该是数据库连接自动关闭了也就是8小时问题,这样我就必须换连接池,大家建议用什么连接池好,用tomcat的还是别的,大家给些建议!
------解决方案--------------------
推荐 出c3p0