Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic inotify support #73

Closed
wants to merge 2 commits into from
Closed

Basic inotify support #73

wants to merge 2 commits into from

Conversation

dalingrin
Copy link
Contributor

Very basic inotify support. A more mature implementation is pending a configuration file scheme to abstract Grive from having to be run from a particular directory. Once this is done we can easily daemonize the watch/inotify program option.

This is to make it easier to repeatedly sync the
directory when used in a daemon-like setting without
reinstantiating the class
Watching a folder with inotify should be daemonized in the future
pending the addition of a configuration file scheme. Some currently
fixed parameters such as remote drive poll rate will also be made
configurable.
@nestal
Copy link
Member

nestal commented Jun 23, 2012

I don't feel comfortable using inotify-tools. I read its source code and find out that it will have mutli-thread problems.

As a result, 01bc438 can't be merged.

@nestal nestal closed this Jun 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants