0
kicks
How to create configurable reliability layer with Photon.NET
This article is about easily and efficiently adding reliability to some method calls that may occasionally fail (i.e.: db requests that hit deadlocks often or ws requests to overloaded web server). Sample sources are available, all feedback is welcome.