This topic created in 4797 days ago, the information mentioned may be changed or developed.
一直没搞明白,dropbox是怎么判断文件是否修改了的。
遍历目录也是很浪费时间的呀。。
2 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
friskfly Apr 19, 2013
每次开机启动建立一次索引,启动后由系统提供的文件改动api来触发更新。
|
 |
|
2
chemhack Apr 19, 2013
inotify,fsevents,FindFirstChangeNotification
|