File: TODO

package info (click to toggle)
fileschanged 0.6.5-1.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,348 kB
  • ctags: 159
  • sloc: sh: 4,137; ansic: 1,407; makefile: 91; sed: 16
file content (16 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
this outlines some issues with fileschanged
and some other things that need doing.

------

fileschanged ignoring certain fam codes...
I'm ignoring exists and endexists.  should I be?
I'm doing my own accounting of files I'm monitoring.

----------
problem with monitoring a file that gets written to so repeatedly
that it doesn't ever get through the FAMPending loop.
eg) fileschanged --recursive --files-to-monitor /tmp/this > /tmp/this/list
need a way to detect very frequently changing files and then cancel monitoring of them.  eg) so frequently that the program can't operate.
**this problem seems to have just "gone away"***