Solutions for fixing node.js https library when huge amount of request need be sent concurrently
问题 I am currently working with project that huge amount of https requests (~15K~20K per second) need be sent via node.js server (node v4.2.6). The general relevant code structure can be seen at final of this post. We have tried by sending approximately 10~20 https requests per second, and every thing runs successfully, meaning there should not have problems on requests header and body itself. However, issues occurs when we start scaling up Nodejs server for sending thousands and millions