문제

I am creating a web application using Node.js, socket.io & express modules. and I would like to find out concerning peak loads on server. Every user make 5-7 request per second. Server: RAM 2GB CPU 2x2 GHz

How much connections can this server process? Is it necessary to use Web Workers?

What recommendations can give concerning high load or maybe you know some statistic information.

도움이 되었습니까?

해결책

This is almost impossible to answer question since no one knows what/how you are going to develop. In case you need a general number that you can compare to your system and case, you can check this link for single node process, cluster and multithreaded benchmarks for node and jxcore distro.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top