SA
메인 내용으로 이동

eBPF

eBPF File Watching

  • Periodically polling for changes is potentially slow and intensive.
  • inotify (kernel subsystem that monitors changes to the filesystem)
    • recursive directory watches (X)
    • Fixed-sized buffer. Can overflow.
    • No native debouncing support.
    • Race conditions.
    • API issues (no event information.)
  • Having a more native File Watcher would be nice.
  • Matt Rickard

이 문서를 언급한 문서들