A
A
Alexander2016-02-25 16:35:28
Node.js
Alexander, 2016-02-25 16:35:28

How to change number of connections in NodeJS?

The question is this: I'm starting to delve into the node and its modules. So far, I can do a little - Forever, Supervisor, NPM. I began to notice that the htopnumber of threads is growing (maybe I’m mistaken in the term, forgive me in advance) from the node itself, from Forever, and so on. Kill processes does nothing. forever stopall- about the same. I believe that it is worth limiting this in the engine itself, but I have not yet understood where these parameters are, which are responsible for this.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MNB, 2016-02-25
@MNB

Thus, the asynchrony of the node is implemented for synchronous tasks, for example, with the file system.
Don't sweat it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question