Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Circuit breaker design pattern: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 15:16, 20 April 2016
edit
64.128.174.203
(
talk
)
→
Common Uses
← Previous edit
Revision as of 06:32, 15 June 2016
edit
undo
Marokwitz
(
talk
|
contribs
)
Extended confirmed users
18,332
edits
→
PHP
Next edit →
Line 36:
===PHP===
The following is a
[[proof of concept]] example
sample
implementation in PHP. The proof of concept stores the status of a MySQL server into a shared memory cache ([[Alternative PHP Cache|APC]]).
==== Check ====