Conclusions
Bubba has > 60, 000 lines of C code for the FAD compiler and DB software and ~38, 000 lines of C code in BOS
Lessons:
- Shared-nothing is a good idea because it scales well
- Dataflow is better than RPC for shared-nothing
- More compilation and less run-time interpretation is a good idea