为什么我的“组件服务”是开窗这么慢?
我有一个新配置的 Windows Server 2003 VM。
旧虚拟机的问题之一是,每当我从“管理工具”打开“组件服务”时,性能都非常糟糕。创建新的 COM+ 应用程序并添加组件需要几分钟的时间,而以前只需要几秒钟的时间。
我有许多组件需要安装,并且需要在多个虚拟机上执行此操作。为什么它会这么慢?我能做些什么来使它更快?
它曾经运行得很好。不知道是不是跟办公室的杀毒软件有关系...
I have a newly configured Windows Server 2003 VM.
One of the issues with the old VM was that whenever I open up "Component Services" from "Administrative Tools", the performance is very bad. It takes several minutes to create new COM+ applications and add components where it used to take only a few seconds.
I have many components to install and multiple VMs to do this on. Why would it be so slow and what can I do to make it faster?
It used to run just fine. I wonder if it could have something to do with the anti-virus software in the office...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我针对我的具体情况找到了解决方案。我的计算机位于域 X 上,我的用户帐户位于域 Y 上。
解决方案是以域 X(与计算机位于同一域)上的用户身份登录。这使得“组件服务”窗口几乎立即做出响应。不过,我并不完全确定这是为什么。
I found a solution in my particular case. My machine is on Domain X and my user account is on Domain Y.
The solution was to log in as a user on Domain X, the same domain as the machine. This made the Component Services window respond almost instantaneously. I'm not entirely sure why this is, though.