-
Notifications
You must be signed in to change notification settings - Fork 23
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
兄弟不考虑上微服务吗,tracker汇报会存在性能瓶颈 #70
Comments
不会 |
xiaomlove的php服务你能启动码 我不太会php 我是做java的 方便指导如何启动吗 |
我个人觉得并不需要微服务,更需要的是web服务器与tacker服务器能够分开部署 |
就算服务分开 单机也无法解决tracker服务问题 所以才需要引入微服务处理tracker |
不需要微服务 服务器实际并发并不大,顶级站点可能也就几千并发。性能瓶颈主要在数据库IO |
这是理论情况 现在工具会有大量爬虫 这部分请求是对站点压力其实也比较大 |
做好缓存应该问题不大,只要能防止缓存击穿跟缓存穿透就好了,毕竟我们这又不是PHP页面 疯狂爬页面,实在不行接口还能做一些反爬虫的措施。 |
No description provided.
The text was updated successfully, but these errors were encountered: