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