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

Cross-platform efficient monitoring for changed files #2

Open
nrdvana opened this issue Jul 15, 2023 · 0 comments
Open

Cross-platform efficient monitoring for changed files #2

nrdvana opened this issue Jul 15, 2023 · 0 comments

Comments

@nrdvana
Copy link
Owner

nrdvana commented Jul 15, 2023

The project currently has optional support for Linux::Inotify2, but if that isn't available it falls back to just checking mtime on each page load. I would like to have an event-driven filesystem watcher that works on all major platforms, but can fall back to a timer poll if needed.

It should be built on the Mojo IOLoop event system. This behavior should be wrapped in a separate module (and probably already exists on CPAN)

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

No branches or pull requests

1 participant