class DRb::GW

def [](key)

def [](key)
  synchronize do
    @hash[key]
  end
end