#1432 closed enhancement

drop-upload on Mac OS X and other BSDs — at Version 1

Reported by: davidsarah Owned by:
Priority: normal Milestone: undecided
Component: code-frontend-magic-folder Version: 1.8.2
Keywords: fsevents mac bsd magic-folder Cc:
Launchpad Bug:

Description (last modified by davidsarah)

The drop-upload feature (#1429) uses inotify to detect filesystem changes, and therefore works only on Linux. This ticket is about supporting the same feature on Mac OS X and possibly other BSD-based operating systems. Mac OS X has the fsevents, and all BSDs including Mac OS X have kqueue/kevent. If I understand correctly, neither fsevents nor kqueue/kevent give notifications of which files have changed, so the implementation will have to scan the directory and look at last-modified times to determine that. (This is occasionally also necessary for correctness on Linux; see #1430.)

Change History (1)

comment:1 Changed at 2011-07-17T02:21:50Z by davidsarah

  • Description modified (diff)
  • Keywords bsd added
  • Summary changed from drop-upload on Mac OS X to drop-upload on Mac OS X and other BSDs
Note: See TracTickets for help on using tickets.