Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Distributed Systems talk at BarCamp Portland 6

Distributed Systems talk at BarCamp Portland 6

This was put together rather quickly while learning how to use Keynote for the first time.

wraithan

April 05, 2012
Tweet

More Decks by wraithan

Other Decks in Programming

Transcript

  1. It’s actually quite simple You have two processes You send

    a message from one to the other Surprise! Distributed system.
  2. Why would I bother?! Separation of concerns. More robust in

    the face of nodes failing. Easier to bring up and take down nodes.
  3. Ok but what are WE doing? We have an IRC

    bot. It listens to and writes to a couple Pub/Sub channels. This lets us do our logic in other processes.