In .NET, there are 2 libraries that I enjoy when it comes to handling transient faults: the Transient Fault Handling Application Block (TFHAB) from the Enterprise Library and Polly (https://github.com/App-vNext/Polly)
Defining an HTTP Transient Error Detection Strategy For REST Calls
In .NET, as Simon Timms described in his article, you have to be careful when using the HTTPClient class. Continuous instantiation and disposal of the HTTPClient object may create a socket exhaustion on your machine and affect performance. Consider reusing the HTTPClient object throughout your calls for better performance.
Saludos gente!!!
Carlos Admirador
unread,
May 31, 2021, 6:01:10 AM5/31/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AltNet-Hispano
¿Cómo consumir RESTful Apis, WebAPI en C#? Net Framework y Net Core.