b-log – betriebsraum weblog

Software Development, Human-Computer Interaction, Projects…

Posts published in February 2016

Swifty Circuit Breaking

Circuit Breakers are most useful for networking where remote calls can fail or time out at any moment. When configured thresholds are reached, the circuit breaker “trips” and thus prevents putting unnecessary load on the server until the breaker resets itself after a timeout. In addition, my Swift implementation provides convenience features such as monitoring […]

Continue reading this post