Wednesday, September 17, 2014

Performance Improvements in AWS SDK for .NET

Amazon recently released a new version of the AWS SDK for .NET which fixes some issues causing additional intermittent latency.  SDK versions 2.3.x.x and onwards contain the fix for this issue.

No comments:

[C#] Mutliple Concurrent Producers and Consumers pattern for a Task Queue

If you are in need of a basic concurrent Producers consumers pattern to be used in your application, here is a sample C# program to refer to...