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

My Mom told me that Ruby isn't thread-safe

Smit Shah
November 16, 2013

My Mom told me that Ruby isn't thread-safe

Smit Shah

November 16, 2013
Tweet

More Decks by Smit Shah

Other Decks in Programming

Transcript

  1. Managing thread-safety get drunk and forget about it avoid global

    mutations prefer thread-locals use the right data structures
  2. Managing thread-safety get drunk and forget about it avoid global

    mutations prefer thread-locals use the right data structures just learn about functional programming already
  3. “The Only Sure Thing in Computer Science, Everything is a

    tradeoff” – Van Roy and Haridi, Concepts, Techniques, and Models of Computer Programming