node.js process out of memory in http.request loop

后端 未结 3 1871
天涯浪人
天涯浪人 2021-02-02 18:02

In my node.js server i cant figure out, why it runs out of memory. My node.js server makes a remote http request for each http request it receives, therefore i\'ve tried to repl

3条回答
  •  旧巷少年郎
    2021-02-02 18:41

    the node-pool module can help you. For more détails, see this post (in french), http://blog.touv.fr/2011/08/http-request-loop-in-nodejs.html

提交回复
热议问题