7 ms·
How is this different from using Python Watchdog? https://pythonhosted.org/watchdog/ https://pythonhosted.org/watchdog/
by pronoyc 6y ago
How is this different from using Python Watchdog?
https://pythonhosted.org/watchdog/ https://pythonhosted.org/watchdog/
- erikschoster 6y agoLooks like it starts a thread that repeatedly hashes the content of the target script to poll for changes. Watchdog uses OS features like inotify and FSEvents and only uses polling and comparing hashes as a fallback.