AskDev.io
AskDev.io
  • Questions
  • Tags
  • Sign Up

TOP questions

  • mmap() vs. reading blocks
  • Is there a difference between foo(void) and foo() in C++ or C?
  • How can I prevent SQL injection in PHP?
  • How do I check to see if a value is an integer in MySQL?
  • Using OpenSSL what does "unable to write 'random state'" mean?
  • Causes of getting a java.lang.VerifyError
  • How do I replace text inside a div element?
  • VirtualBox to use dual monitors
  • Incremental averaging
  • How can I break out of ssh when it locks?
  • How can I check dependency list for a deb package
  • Does giving a developer a slower development machine result in faster/more efficient code?
  • Is reinventing the wheel really all that bad?
  • How to run a program in a clean environment in bash?
  • How can I see what IP address my android phone has?

New questions

  • How to NOT create a link in a tweet
  • Print via ad-hoc network to wireless printer?
  • Bash alias -=... (alias name should be a simple dash) not working
  • How to set up Drupal Plugin Manager on MAMP in a secure way?
  • How to open an app on login on secondary screen?
  • What are the strategies to become a good open source developer?
  • Asp.Net MVC: How do I get Html.ActionLink to render integer values properly?
  • Make reading more comfortable for the eyes
  • Does Spartan/Edge from Windows 10 use the same rendering engine with IE11?
  • How can I view my known spells?
  • How to check if aptitude did something?
  • Fundamental group of $\mathbb{R}^{3}\setminus \{ \mbox{2 linked circles }\}$

New answers

  • Have you moved MOSS SharePoint 2007 out of the C:\Inetpub\wwwroot\wss\ folder?
  • Best way to install multiple versions of Apache, PHP and MySQL on a single FreeBSD host
  • Cannot write DVDs anymore, but can read them and write CDs
  • elementary inequality proof
  • Does Facebook use any other CDN apart from Akamai? Encountered fbcdn.net subdomain that does not belong to Akamai
  • Prevent my hosting server from adding a JavaScript snippet to my page?
  • What passives abilities does Doom disable?
  • Which version of OpenMP implements gcc 4.5?
  • What is wrong with my iMac? (video corruption, unstable)
  • Should I be paid for time spent learning a framework?
  • How to unrar and unzip files recursively?
  • Files and Data loss when sd card is changed from java supported phone to android phone

Are there any examples of implementing and effectively responding to a "Chaos Monkey"?

Jeff Atwood recently wrote a about Netflix's implementation of a "Chaos Monkey". It is a very high level article. I am curious if anyone has actually implemented this technique for testing a system.

I guess what Im really trying to ask is: What strategies do you implement to ensure your architecture can survive a part of the system crashing ?

15
software architecture c# cloud-computing
Robotsushi 2022-07-25 20:40:462022-07-25T08:07:46+02:00
Source Share
Answers: 0

Related questions

5
What is the *correct* term for a program that makes use of multiple hardware processor cores?
20
Are dynamic languages always interpreted?
1
Question about the no-endorsment clause on the BSD license
4
How do you know if you've split your domain correctly
1
Should I redo an abandoned Dynamic Data project with Lightswitch?
9
Bitbucket and a small development house
12
Pros and cons of hosted scripts
8
How do I get feedback about whether escape analysis had any affect on my code or not?
221
Why aren't more desktop apps written with Qt?
31
Does anyone work 10 hours shifts as a developer?
1
Legal concern over "borrowed" code
74
How were the first compilers made?
10
How will we be able to produce websites without using cookies with the new law?
9
How do you cope with change in open source frameworks that you use for your projects?
25
Is it a bad idea to list every function/method argument on a new line and why?
Language:                             
licensed under cc by-sa 3.0 with attribution.
[email protected]
AskDev.io