Il sistema operativo comunque mette a disposizione sistemi per "tenere d'occhio" le modifiche ai file (inotify su Linux, FindFirstChangeNotification su Windows, QFileSystemWatcher in Qt, System.IO.FileSystemWatcher in .NET, watchdog su Python, ...) anche senza dover andare in polling.