I plan to use Azure Tables to store various application related counters. My concerns are the counters are incremented from many different client instances of the application.
Seems like a simple task at the surface, but looking at it closer it is quite challenging.
I hoping someone can share some wisdom that will help make the problem more manageable.
Thanks!
Steve Marx has covered this quite well in his blog and the related Cloud Cover episode. The short version is:
System.Threading.Interlocked
functionality. This avoids multiple threads on the server trying to update the same number.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With