建議 tengine 支援 類似 HA Proxy 的 maxconn

iszxjhcz  于 2022-12-31  发布在  其他
关注(0)|答案(5)|浏览(134)

Engine Yard 早就有 patch, 不過由於非官方,所以不多人用

如果 tengine 內含就真是十分好的

https://github.com/ezmobius/nginx-ey-balancer

f4t66c6m

f4t66c6m1#

谢谢,这个patch挺有意思的。

我们也有类似的开发计划,已经加入我们的roadmap了: https://github.com/taobao/tengine/wiki/%E5%BC%80%E5%8F%91%E8%B7%AF%E7%BA%BF%E5%9B%BE

mitkmikd

mitkmikd2#

谢谢,maxconn 是我們還在用 haproxy 的主要原因,因為有 maxconn,才有效防止了 backend Ruby 同時接受很多 request 時不穩定的問題,(而 haproxy 則作為一個 queue.)

另外看見你們的 roadmap, 有 "upstream动态更新,不需要reload。"這個也是 haproxy 中一個十分利害的原因 (他們有 socket command),有了 api 就可以做如 auto scale 的功能: http://alex.cloudware.it/2011/10/simple-auto-scale-with-haproxy.html

7tofc5zh

7tofc5zh3#

https://github.com/ezmobius/nginx-ey-balancer
的patch针对的0.6.4版本过旧,upstream这些返回值已经重新定义过了。

请试用我们的基于共享内存的全tengine统一限制,而不是分worker限制的版本。
https://github.com/cfsego/nginx-limit-upstream

当然分worker限制的版本一开始就有,就是被压箱底了。如果实在想用,也可以扒出来晒晒。

jfgube3f

jfgube3f4#

@cfsego 希望能把你的貢獻加到 tengine 中,這個功能十分有用!

axkjgtzd

axkjgtzd5#

It‘s part of the tengine's road map

On Sun, Jan 6, 2013 at 12:34 PM, Jacky1212 notifications@github.com wrote:
@cfsego https://github.com/cfsego 希望能把你的貢獻加到 tengine 中,這個功能十分有用!


Reply to this email directly or view it on GitHubhttps://github.com/taobao/tengine/issues/156#issuecomment-11924337.

Charles Chen

Software Engineer

Server Platforms Team at Taobao.com

相关问题