Apache LoadBalancer“崩溃”在负载下

发布于 2024-12-18 22:25:34 字数 1459 浏览 3 评论 0原文

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

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

发布评论

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

评论(1

↘紸啶 2024-12-25 22:25:34

除非您确实需要 Apache 提供的某些功能,否则我会倾向于使用 Varnish 或 HAProxy。

猜测您的线程已用完,并且在线程空闲之前不会再将连接传递到源服务器。

您的超时/ping 值似乎相当高 - 您期望从源服务器看到什么样的响应时间?

您是否对各个源服务器进行了负载测试,以了解它们可以应对什么级别的负载,以及在负载平衡负载测试期间它们的负载如何?

Unless you really need some features that Apache provides I'd be tempted to use Varnish or HAProxy instead.

At a guess you're running out of threads and no more connections are being passed to the origin servers until a thread becomes free.

Your timeout / ping values seem quite high - what sort of response times are your expecting to see from the origin servers?

Have you load tested the individual origin servers to see what level of load the can cope with, and what's the load on them like during the load-balanced load test?

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