Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CF 的 Socket Gateway 的性能如何?
编辑 :
我的意思是问,考虑到它的构建方式,它适合大型应用程序还是仅用于演示目的?即 2000 多个用户连接到它,但少量数据在不同时间进出。
给定您包含的参数,可以接受。
编辑:对不起,蛇。
因此,总的来说,性能非常好,根据我的经验,只要您的设置可以通过典型的面向 Web 的请求处理 2000 个请求,套接字网关就应该能够承受,具体取决于您的具体情况做它。
从网络的角度来看,如果您正在这样做,您必须小心保持 2000 个端口处于打开状态。
无论如何,我建议进行负载测试。