防病毒软件实际上监控什么?
只要启用防病毒软件(V3Pro 病毒检查器、Sophos 防病毒软件),我就会在 MFC/WPF 互操作用户界面中遇到一些缓慢的情况。一旦禁用,一切都会恢复很快。
我很惊讶防病毒软件会导致这种情况,因为我的应用程序不执行任何文件访问。我使用进程监视器仔细检查了这一点。该进程不查询任何文件。所以我想知道除了防病毒软件可以监控的文件之外是否还有其他东西。为了追踪这种奇怪的行为,我还应该注意什么?
更新:为了使 GUI 变慢,我需要在两个包含 WPF 屏幕的 MFC 对话框之间切换。
I experience some slowness in a MFC/WPF interop user interface as long as the antivirus software (V3Pro Virus checker, Sophos antivirus) is enabled. As soon as it is disabled everything is fast again.
I am suprised that the antivirus causes this, because my application does not do any file access. I double checked that with process monitor. The process does not query any files. So I wonder if there is anything else apart from files that antivirus can monitor. What else should I watch out for to track down this odd behavior?
UPDATE: To make the GUI slowness occur I need to switch between two MFC dialogs that contain WPF screens.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以有选择地关闭 Sophos Anti-Virus 中的功能来找出延迟的原因。我建议 BOPS 是最有可能的候选者。也可能是可疑活动监控?
You could selectively turn off features in Sophos Anti-Virus to work out what is delaying things. I'd suggest BOPS would be the most likely candidate. It also might be suspicious activity montitoring?