This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'rubygems' | |
| require 'fraggle/block' | |
| # # Locks with doozerd | |
| # | |
| # Doozerd is a little coordination service. I think of it like Zookeeper | |
| # Lite (TM). In today's episode, we'll naively manage exclusive advisory locks. | |
| # | |
| # Disclaimer: If part of this implementation is total lolscale, | |
| # please to let me know what papers/sources I should read to avoid lolscaling. |
OlderNewer