ServicePointManager.DefaultConnectionLimit sets the maximum number of concurrent sessions for a Worker Role, but how can I find the best value here?
According to Microsoft Support, 12 * [Number of logical CPUs] is a good value.
If you're using .Net 4.5, the defaults are already set to more sensible values.
2.1m questions
2.1m answers
60 comments
57.0k users