Skip to content

Instantly share code, notes, and snippets.

@joehoyle
Created October 17, 2013 16:19
Show Gist options
  • Save joehoyle/7027854 to your computer and use it in GitHub Desktop.
Save joehoyle/7027854 to your computer and use it in GitHub Desktop.
  1. Thread A: Loads options from memcached
  2. Thread B: Loads options from memcached
  3. Thread A: Updates options to memcached
  4. Thread B: Updates options to memcached, which includes the "outdated" option loaded in step 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment