Circuit breaker design pattern: Difference between revisions

Content deleted Content added
Line 36:
===PHP===
 
The following is a [[proof of concept]] examplesample implementation in PHP. The proof of concept stores the status of a MySQL server into a shared memory cache ([[Alternative PHP Cache|APC]]).
 
==== Check ====