a computer science topic (mostly…)

“Applying Mobile Code to Distributed Systems” > http://www.crema.unimi.it/mirror/scheme/thesis/

The Eight Fallacies of Distributed Computing

Essentially everyone, when they first build a distributed application, makes the following eight assumptions. All prove to be false in the long run and all cause big trouble and painful learning experiences.

  1. The network is reliable
  2. Latency is zero
  3. Bandwidth is infinite
  4. The network is secure
  5. Topology doesn't change
  6. There is one administrator
  7. Transport cost is zero
  8. The network is homogeneous

– Peter Deutsch


“A Note on Distributed Computing” > http://research.sun.com/techrep/1994/smli_tr-94-29.pdf

We argue that objects that interact in a distributed system need to be dealt with in ways that are intrinsically different from objects that interact in a single address space. These differences are required because distributed systems require that the programmer be aware of latency, have a dif- ferent model of memory access, and take into account issues of concurrency and partial failure.

Storm “a free and open source distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing” http://storm-project.net/ and some rationale

  • distributed_computing.txt
  • Last modified: 2013-07-09 13:28
  • by nik