Search code examples
azureazure-web-rolesazure-worker-roles

ServicePointManager.DefaultConnectionLimit inbound only?


quick question: ServicePointManager.DefaultConnectionLimit = x in Azure Worker role, is that inbound only? Or outbound too?

Also - is it per ROLE or per INSTANCE. So if I have 4 instances - do I have a limit of x for all the instances, or x per instance?


Solution

  • It's per instance - we tested and verified it.