Sunday, 11 June 2017

Node.js TCP Keepalive vs Connect/Disconnect

I am making a node.js application. This is an IoT application, in which lots of clients (may be up to 30,000) sending data to Node.js TCP server in every MINUTE. Packets are very small.

I am confused whether to use keepalive same tcp connections or connect/disconnect each time ?



via Ligo George

No comments:

Post a Comment