Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为什么发送消息走http #97

Open
byteflyart opened this issue Jun 14, 2020 · 5 comments
Open

为什么发送消息走http #97

byteflyart opened this issue Jun 14, 2020 · 5 comments

Comments

@byteflyart
Copy link

我在想除了登录注册获取服务器,发送消息为什么不直接都走netty 的tcp反而client发送消息的时候走http?短连接感觉量大了性能会降低很多呀

@JackJiang2011
Copy link

是的,最佳实践不应该这样。

@PythonYXY
Copy link

应该把转发消息的功能从路由服务器上剥离开来,让路由服务作为用于鉴权和负载均衡的网关,而推送服务器承担起消息转发的功能

@luo-y-y
Copy link

luo-y-y commented Dec 1, 2020

就是这个发送消息走 http, 非常的奇怪啊

Repository owner deleted a comment from skiffer-git Jul 27, 2021
@flylee85
Copy link

有什么奇怪的,http考虑的是通用性

@Gorho-newer
Copy link

有什么奇怪的,http考虑的是通用性

用http还谈什么即时通讯......速度慢了几个量级

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants