arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 127 forks source link

Ensure "touch" sets the same timestamp for all files #112

Closed agelwarg closed 11 years ago

agelwarg commented 11 years ago

In order to avoid race condition, choose single timestamp and then explicitly set with "touch -t STAMP".