Apache Tomcat 6 中的连接池导致网站挂起,直到再次重新启动 tomcat

发布于 2024-11-07 06:07:53 字数 81 浏览 0 评论 0原文

配置连接池后,网站似乎在一段时间后挂起,但否则执行速度更快。连接池是否是同样的原因?当网站停止响应时,tomcat 重新启动会恢复问题吗?该怎么办?

After configuring connection pooling the website seems to hang up after a period of time but it executes faster otherwise.. Is connection pooling the cause for the same? When the website stops responding then a tomcat restart reverts back the problem? What to do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

静谧幽蓝 2024-11-14 06:07:53

可能您的代码没有将连接释放回池。

Probably your code is not releasing connections back to the pool.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文