Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Implement an intelligent scanner for Linux #21

Open
larroy opened this issue Mar 21, 2014 · 4 comments
Open

Implement an intelligent scanner for Linux #21

larroy opened this issue Mar 21, 2014 · 4 comments

Comments

@larroy
Copy link
Owner

larroy commented Mar 21, 2014

The scanner should be triggered on file changes using the platforms file notification mechanism

@alexchamberlain
Copy link
Contributor

Anyone working on this? Is there a "dumb" scanner implemented?

@larroy
Copy link
Owner Author

larroy commented Mar 28, 2014

Yes, we have just the dumb scanner.

It would be good to explore something better with inotify or whatever is
the state of the art today for the given platform.

https://github.com/larroy/clearskies_core/blob/master/src/cs/share.cpp#L608

Pedro.

On Fri, Mar 28, 2014 at 6:23 PM, Alex Chamberlain
[email protected]:

Anyone working on this? Is there a "dumb" scanner implemented?


Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-38945227
.

Pedro Larroy Tovar | http://pedro.larroy.com/

@alexchamberlain
Copy link
Contributor

Looks like libuv has basic support for file change events, so I'll start there.

@larroy
Copy link
Owner Author

larroy commented Mar 28, 2014

Good point. Thanks, I didn't know this. Should make things easier if it
works correctly.
On Mar 28, 2014 10:34 PM, "Alex Chamberlain" [email protected]
wrote:

Looks like libuv has basic support for file change eventshttp://nikhilm.github.io/uvbook/filesystem.html#file-change-events,
so I'll start there.


Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-38970563
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants