[DAEMON-75] appcd-core: Filesystem watcher dispatcher handler
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-05-02T23:33:20.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd-core |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-04-12T20:51:25.000+0000 |
Updated | 2017-05-02T23:33:20.000+0000 |
Description
There are several components in the daemon that rely on watching the filesystem. Since this is expensive, it's best to consolidate this behind a dispatcher handler to make it easy for everything to set up watches.
The watching functionality will be in a separate node library.
No comments