Apache Tomcat 6 中的连接池导致网站挂起,直到再次重新启动 tomcat
配置连接池后,网站似乎在一段时间后挂起,但否则执行速度更快。连接池是否是同样的原因?当网站停止响应时,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能您的代码没有将连接释放回池。
Probably your code is not releasing connections back to the pool.