Is node request IO-intensive or memory-intensive?

excuse me, the node third-party module request is IO-intensive or memory-intensive. Question:

  1. whether you need to start multiple processes to improve efficiency as a web crawler
  2. will a single process block?

https://github.com/request/re.

Mar.21,2021

The

module is probably not very intensive, but I guess what you're asking is IO.

  1. consider if you have more than one cpu,.
  2. No, he never stops running.
Menu