excuse me, the node third-party module request
is IO-intensive or memory-intensive. Question:
- whether you need to start multiple processes to improve efficiency as a web crawler
- will a single process block?
excuse me, the node third-party module request
is IO-intensive or memory-intensive. Question:
module is probably not very intensive, but I guess what you're asking is IO.
var request = require( request ) var url = request({ url:url, method: POST , json:true, headers:{ content-type : application json , }, body:JSON.stringify({ body: { content:&quo...
recently, you can use a music interface to run node locally to request data in the local domain name, but Mini Program does not support the local domain name. I run it on the server and find that Mini Program s legitimate domain name only supports https...
the company needs to send messages to Wechat official account users. There are about 600000 users. I control on this side of the program to initiate 3000 requests to send Wechat messages, and the next 3000 messages will be launched only after the proces...