有人在高负载的生产服务器上使用ICEpush吗?
ICEpush 仍处于 alpha 版本,所以我很好奇它是否适合在 tomcat 或 tc 服务器上具有许多客户端的 Web 应用程序中使用。这项技术可以以较小的延迟服务多少用户?我很好奇 100、1000 和 10000 个客户端以下的延迟是多少。
还有哪些用于反向 AJAX 的 Java 库值得一看?
ICEpush is still in alpha version, so I am curious if it is appropriate to use in web application on tomcat or tc server with many clients. How many users can be serviced by this technology with small delay? I'm curious what is delay under 100, 1000 and 10000 clients.
What else Java library for reverse AJAX is worth to look at?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
纯粹是因为如果它是处于“Alpha”状态的软件,我会建议反对它,如果有人承认在生产环境中使用它,我会感到惊讶。
如果您只是想找出它可以处理的负载,那么您可以通过编写测试用例来测试代码并在本地运行它来轻松找到答案。当然,这个建议并没有解决网络延迟或水平可扩展性的问题。
Purely for the fact that if it is software in 'Alpha' state, I would suggest against it and I would be surprised if anyone admitted using it in a production environment.
If you are just trying to find out what load it can handle, then you could easily find out by writing a test case to exercise the code and run it locally. This advice of course doesn't address network latency nor horizontal scalability.