Pergunta

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.

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top