T
T
tempQuestions2021-05-13 10:46:45
HTTP headers
tempQuestions, 2021-05-13 10:46:45

What language (and library) can be used most economically (in terms of memory, CPU time, and other resources) to send a lot of HTTP requests?

Actually, the whole question is in the title, we are talking about potentially thousands of requests per second to different nodes. So far, I've settled on C# standard HTTP client + asynchronous response processing.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2021-05-13
@vabka

C# will allow you to do this, as long as you have enough hardware.
If you need it for load testing, then there is nbomber, which allows you to flexibly configure the load and send tens of thousands of requests

D
Dimonchik, 2021-05-13
@dimonchik2013

golang
is also praised for rust, but it is more difficult to master

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question