PHP 和持久连接

发布于 2024-10-08 22:19:48 字数 129 浏览 8 评论 0原文

每当我打开与数据库的持久连接时,如果数据库守护程序崩溃然后重新启动,则与守护程序的新连接的 30% 将导致管道损坏错误。

这可以通过更改持久连接句柄来修复,但需要手动完成。有没有一种解决方案可以在不更换手柄的情况下修复断管错误?

Whenever I open a persistent connection to the DB , if the DB daemon crashes and is then restarted, 30% of new connections to the daemon will result in a broken pipe error.

This is fixable by changing the persistent connection handle, but it needs to be done manually. Is there a solution that can fix the broken pipe errors without changing the handle?

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

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

发布评论

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

评论(1

生活了然无味 2024-10-15 22:19:48

你的问题是

数据库守护进程崩溃然后重新启动

这就是您需要修复的...查看日志以查找问题...

寻找替代修复方法相当于在断臂上缠上绷带
替代文本

Your problem is with

DB daemon crashes and is then restarted

This is what you need to fix... Look through the logs to find the problem...

Finding alternative fix is equivalent of applying a bandage on a broken arm.
alt text

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