-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
流量问题 #705
Comments
|
我也有发现你的discord bot在30000个服务器 那么你现在的服务器配置是什么 |
@cheehong1030 有推薦的文件看嗎XD |
没有 但是我可以给你一些微服务例子 主服务器用于处理数据接收数据和处理数据库 你可以使用 REST API/grpc/websocket 用于开放端口 在例如Discord/Whatsapp/Telegram这种bot呢 接收指令然后根据主服务器的数据类型返回数据给主服务器处理 |
謝謝, 好像沒什麼文件說太多, 要仔細研究這課題 |
不過如果分離後, 可以熱升級代碼, 或是可以更快重啟也不錯 |
对 在这个架构可以确保不会让太多服务一次性崩溃 然后你还可以考虑尝试 redis+数据库组合,这个是为了减少io操作 尝试更多的优化方法而不是一直升级服务器配置 你也可以使用热升级技术来确保无缝衔接升级服务器 |
流量问题
在这个项目没有考虑分布式和微服务吗 如果流量大了你应该怎么处理 并且编写那么庞大的系统也没有代码规范 不怕以后难以维护吗
The text was updated successfully, but these errors were encountered: