gpt4 book ai didi

mysql - Hibernate c3p0配置

转载 作者:行者123 更新时间:2023-11-29 08:21:57 25 4
gpt4 key购买 nike

我正在使用 Hibernate c3p0 配置进行连接池。有时我的应用程序已经耗尽,我的代码有什么问题吗?任何人都可以帮助我。“我的代码是这样的”。

'

   <property name="hibernate.c3p0.min_size">5</property>
<property name="hibernate.c3p0.max_size">100</property>
<property name="hibernate.c3p0.timeout">1800</property>
<property name="hibernate.c3p0.max_statements">20</property>
<property name="hibernate.c3p0.idle_test_period">3000</property>
<property name="connection.provider_class">
org.hibernate.connection.C3P0ConnectionProvider
</property>'

最佳答案

您可能存在连接泄漏。请考虑尝试 c3p0 配置参数 unreturnedConnectionTimeoutdebugUnreturnedConnectionStackTraces 。请参阅讨论here .

关于mysql - Hibernate c3p0配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19133169/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com