On Oct 14, 2008, at 8:00 AM, David Roundy wrote: > Why would we need more than 2 seconds? (Not disbelieving, just > curious.) Does windows have a time stamp granularity of greater than > 1 second?
FAT's granularity is 2 seconds, but I think I saw rumours on the web archives of various mailing lists that on some filesystems, operating systems, virtual machines, etc. that the effective granularity of mtimes is sometimes 3 or 4 seconds. Still not knowing what we are actually talking about, I wonder if "sleep 2" or "sleep 4" couldn't be replaced with something like touch a_temp_file while mtime(thefile) == mtime(a_temp_file): sleep 0.2 touch a_temp_file If that could be made to work, it would be more reliable and faster than "sleep 2". Regards, Zooko --- http://allmydata.org -- Tahoe, the Least-Authority Filesystem http://allmydata.com -- back up all your files for $5/month _______________________________________________ darcs-users mailing list darcs-users@darcs.net http://lists.osuosl.org/mailman/listinfo/darcs-users