pyInotify 性能

发布于 2024-08-26 17:18:40 字数 80 浏览 6 评论 0原文

我有一个非常大的目录树,我想要 pyInotify 来观看。 让 pyInotify 监视整个树更好,还是让多个监视报告特定文件的更改更好? 谢谢

I have a very large directory tree I am wanting pyInotify to watch.
Is it better to have pyInotify watch the entire tree or is it better to have a number of watches reporting changes to specific files ?
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷爱 2024-09-02 17:18:40

如果您只想查看巨大树中的几个文件,那么查看单个文件是有意义的。另一方面,如果您要查看树中的几乎所有文件,则查看整个树更有意义。要准确了解转折点,您必须对两者进行基准测试,看看哪一个表现更好。

If you're going to watch only a few files in a huge tree, it makes sense to watch individual files. On the other hand, if you're going to watch almost all files in the tree, watching the entire tree instead makes sense. To know the point of turn exactly, you must benchmark both to see which one performs better.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文