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.
Subscribe to:
Post Comments (Atom)
[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...
-
Recently on one of our servers we saw that the 10G solarflare NIC card was dropping packets. We could also detect the same within our appli...
-
We have some integration tests as well as end to end scenario tests which rely on Azure Cosmos DB Emulator for verifying Data layer contra...
-
Here is a quick example showing how mutex helps in doing a synchronous access on shared resource. We are using boost::mutex::scoped_lock ...
No comments:
Post a Comment