G
G
Gura2017-01-10 18:52:08
Programming
Gura, 2017-01-10 18:52:08

What is the right way to approach multiple requests to a third-party server on a schedule?

Hello, I have a serious question that requires a reasonable solution. It is required to implement a script that will send requests to a third-party server on a schedule. If it had been a single request, this would not have been a problem. PHP curl to the rescue. But in one run, you need to execute at least 200 requests, so php is no longer needed. It is not a problem to implement this on your PC, for example, in the python language, but I need a more or less stable uptime, this is difficult. Therefore, all this needs to be implemented on the hosting, but to be honest, I have no idea what kind of load I will give and how much such services will cost me.
Actually the essence of the question, specialists, please answer. What should I pay attention to? What should be taken into account? What is better to use? Share your experience.
Goal: maximum requests, minimum load, minimum costs.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Taratin, 2017-01-10
@Gudzera

The language will not matter, all the same, you will hit the net.
You can also use php https://github.com/chuyskywalker/rolling-curl

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question