Notes by Craig Phillips
- There are 11 fallacies of Distributed Computing:
- The network is reliable
- Latency isn’t a problem
- Bandwidth isn’t a problem
- The network is secure
- The topology won’t change
| #!/bin/sh | |
| # Uncomment below if you want the commit messages to start [refs: jira-123] or you'll just get [jira-123] | |
| #PREAMBLE="refs: " | |
| SED=sed | |
| # If you're on mac and you don't have gnu sed installed, heaven help you. | |
| if uname | grep "Darwin" 2>&1 > /dev/null; then | |
| SED=gsed |
##Reactive System Design Links
#Articles and Papers