S
S
sevh2019-10-15 15:24:11
API
sevh, 2019-10-15 15:24:11

How many simultaneous connections will the server pull on NODEJS + RHEL6?

On NODEJS (on RHEL) a simple server-API is written (the disk is virtual but large), it receives JSON objects, they contain pieces of files in base64.
The pieces are decoded, concatenated and put on the nodejs server.
Also, the files available on the nodejs server are taken and removed from the server.
Files ranging in size from 1 to 20 mb, the size of file pieces in JSON objects is up to 1 mb.
The nodejs server has the pm2 package installed - the process manager.
How many concurrent connections can this nodejs server handle?
And what can be done so that the server does not lie down from a large number of connections?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Developer, 2019-10-15
@samodum

So that the server does not lie down, it is necessary to design horizontal scaling.
And that means a lot of servers.
PS This is not a "hard question"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question