diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-27 15:02:12 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-27 15:02:12 +0200 |
commit | 2630da81ce77558ee30a90a3d8570df2eb5c7233 (patch) | |
tree | 8998380bf4304533413c44f827a4d8ee1fcdf5bf | |
parent | d05a334ffb2ca9634181b6b6929c3b29c427a1eb (diff) | |
download | nq-2630da81ce77558ee30a90a3d8570df2eb5c7233.tar.gz nq-2630da81ce77558ee30a90a3d8570df2eb5c7233.tar.xz nq-2630da81ce77558ee30a90a3d8570df2eb5c7233.zip |
README.md: clarify what happens when gettimeofday runs backward
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 3028870..79efb08 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,8 @@ too.): - `$NQDIR` (respectively `.`) is writable. - `flock(2)` works in `$NQDIR` (respectively `.`). - `gettimeofday` behaves monotonic (using `CLOCK_MONOTONIC` would - create confusing file names). + create confusing file names). Else job order can be confused and + multiple tasks can run at once due to race conditions. - No other programs put files matching `,*` into `$NQDIR` (respectively `.`). ## nq helpers |