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

fs.watch() unreliable #8

Open
clementfarabet opened this issue May 19, 2014 · 4 comments
Open

fs.watch() unreliable #8

clementfarabet opened this issue May 19, 2014 · 4 comments
Labels

Comments

@clementfarabet
Copy link
Owner

fs.watch apparently doesn't work on certain OSes, in particular OSX Snow Leopard. Should we rewrite part to have no dependence on fs.watch?

@soumith
Copy link
Contributor

soumith commented May 19, 2014

I think backward support is really tricky. Snow Leopard was quite a long ago.

@soumith
Copy link
Contributor

soumith commented May 19, 2014

The doc says:

You can still use fs.watchFile, which uses stat polling, but it is slower and less reliable.

I think that could be a fall-back without doing any big changes.

@clementfarabet
Copy link
Owner Author

OK makes sense

On Mon, May 19, 2014 at 12:05 PM, Soumith Chintala <[email protected]

wrote:

The doc says:

You can still use fs.watchFile, which uses stat polling, but it is slower
and less reliable.

I think that could be a fall-back without doing any big changes.


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

@soumith
Copy link
Contributor

soumith commented Jun 5, 2014

#15 fixes this issue.

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

No branches or pull requests

2 participants