class DRb::GW

def []=(key, v)

def []=(key, v)
  synchronize do
    @hash[key] = v
  end
end