Just learning about Windows Azure at the moment.
I'm looking at a few samples and in the OnStart Event of a worker role I see
ServicePointManager.DefaultConnectionLimit = 5;
I do not understand the relevance of this.
In your worker role, you can set the number of instances so surely this limits the number of entries?
Sorry I'm confused.