Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的软件大量使用了 COM。它非常非常慢。有什么技巧可以加快 COM 通信速度吗?
如果您还没有这样做,请在进程内而不是在单独的服务器进程中运行组件 ( dllhost.exe)。
dllhost.exe
运行分析工具来准确测量导致系统运行缓慢的原因。COM 可能看起来像是一场好雨,但有时缓慢是由你意想不到的事情造成的。导致问题的并不总是你最不了解的部分。
一旦我的整个应用程序由于正在使用的自定义字符串实现而运行缓慢。使用分析器节省了一天。