Circuit breaker design pattern: Difference between revisions

Content deleted Content added
delete category "articles with example csharp code". there is no csharp code in this article...
Ct2034 (talk | contribs)
Making it less slang and more clear
Line 28:
==Performance Implication==
 
While it's safe to say that the benefits outweigh the consequences, implementing Circuit Breaker will of coursepositively affect the performance.
 
By how much depends on the storage layer used and generally available resources. The largest factors in this regard are the type of cache, for example, disk-based vs. memory-based and local vs. network.