HttpClient for load testing #117951
Unanswered
alexandrehtrb
asked this question in
Q&A
Replies: 1 comment
-
The underlying
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Let's say a .NET program wants to use HttpClient to perform load testing and send as many requests as possible.
In this situation, is it advisable to keep using only one instance of HttpClient, as is recommended in most cases?
Which other configurations should be chosen for this scenario?
Beta Was this translation helpful? Give feedback.
All reactions