Answer the question
In order to leave comments, you need to log in
What is the best JS for asynchronous POST/GET requests?
Hello, the task is to get a response from <2000 urls in a period of up to 10 minutes.
Urls will be divided into packs from 5 to 200 pieces.
The pages that need to be received on average weigh 3-5 kb, contain json, the response time is 2-3 seconds.
The content handler is written in PHP. I plan to use another AP to perform asynchronous requests, and use GEARMAN or something like that to send responses to PHP. (this is not the point)
Question: what is the best way to use for this PL, which will be less resource-intensive to perform such a number of asynchronous requests?
Ps Perhaps there are SaaS services for such a task?
Answer the question
In order to leave comments, you need to log in
I plan to use another AP to perform asynchronous requests
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question