Today I want to introduce a Circuit Breaker – one of the reactive design patterns, especially useful in areas such as web services interop. They main role is to act as a decorator around your code to ensure, that you can quickly respond on any reliability problems.
Strona głównaUżytkownik
Horusiath | użytkownik
Sztuka programowania 3523 dni, 13 godzin, 27 minut temu 143 źrodło rozwiń
Today I want to present a different point of view on C# applications design. If you are programming in that language most of the time, it’s probably not what you’re used to see. However I found it interesting, because it allows to achieve a few important goals...
Sztuka programowania 3536 dni, 17 godzin, 58 minut temu 297 źrodło rozwiń
Akka.NET is a .NET port of famous actor model programming framework Akka, well known for the JVM community. This blog post discuss how in few lines of code we can distribute our computations by deploying actors on the remote machines. And all of that using F# functional API.
Programowanie rozproszone 3610 dni, 19 godzin, 19 minut temu 101 źrodło rozwiń