Optimizing Node.js for a large number of outbound HTTP requests?

前端 未结 2 1895
你的背包
你的背包 2021-02-04 13:46

My node.js server is experiencing times when it becomes slow or unresponsive, even occasionally resulting in 503 gateway timeouts when attempting to connect to the server.

2条回答
  •  死守一世寂寞
    2021-02-04 14:14

    http://engineering.linkedin.com/nodejs/blazing-fast-nodejs-10-performance-tips-linkedin-mobile

    Disable the agent altogether.

提交回复
热议问题