summaryrefslogtreecommitdiff
path: root/doc/design/assistant/inotify.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-21 01:07:37 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-21 01:07:37 -0400
commit9f1a29762b074e668d3d6e7bea273c1f14f69b90 (patch)
tree204729e49d7e431046d3a6568182b7707840c8ca /doc/design/assistant/inotify.mdwn
parent019d0735052d2688dc0bdeb6ba51c46b77303aaf (diff)
blog for the day
Diffstat (limited to 'doc/design/assistant/inotify.mdwn')
-rw-r--r--doc/design/assistant/inotify.mdwn5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn
index fb9ed592b..bea21bff7 100644
--- a/doc/design/assistant/inotify.mdwn
+++ b/doc/design/assistant/inotify.mdwn
@@ -13,11 +13,6 @@ There is a `watch` branch in git that adds the command.
* When you `git annex unlock` a file, it will immediately be re-locked.
-* With kqueue, if a file is created and still has a writer, it'll
- give up adding it, and it will never get added. This is because kqueue
- cannot track file closes. Need to go back and check these files every
- second or something.
-
* Kqueue has to open every directory it watches, so too many directories
will run it out of the max number of open files (typically 1024), and fail.
I may need to fork off multiple watcher processes to handle this.