-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hello,
We've been seeing SNAT port exhaustion in our DXA application when traffic is heavy and we have a lot of requests to the RWS content delivery endpoint. One of the recommendations from Azure, where we host our origin servers, is "For C# applications, ensure that the HttpClient object is created once and reused again."
I have been told:
Lots of http client usages (including DXA) would recreate the http client which is what is causing the issue. This needs to be a shared instance.. the only way to fix this would be to make code changes in DXA. DXA is open source and not supported It would need to be done in the area below:
Thanks
Marshall
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels