azure nagle

http://blogs.objectsharp.com/post/2013/10/15/Sometimes-Little-Things-Matter%E2%80%93Azure-Queues-Poor-Performance-Throttling-and-John-Nagle.aspx

CloudStorageAccount account = CloudStorageAccount.Parse(connectionString);

ServicePoint queueServicePoint =
ServicePointManager.FindServicePoint(account.QueueEndpoint); queueServicePoint.UseNagleAlgorithm = false;

Leave a comment

Filed under Technical Links

Leave a comment