Friday 21 September 2018

Maximum number of concurrent connections

Hello,I know that I can change the maximum number of concurrent connections using server.maxConnections. I've seen this used in the booting phase of a node.js application, but I've never seen it used at runtime. Is it a "good practice" (I mean, excluding the fact that there should be a layer before a node serve to do this, eg a load balancer) to change it at runtime? Will it work properly?

Submitted September 21, 2018 at 10:21PM by honestserpent

No comments:

Post a Comment