Msxml3 - 内存泄漏

发布于 2024-10-06 19:21:31 字数 126 浏览 0 评论 0原文

我计划编写一个应用程序(win32平台)来解析xml文档。为了解析 xml,我计划使用 msxml3.dll(微软最新的服务包库),但许多论坛描述这存在巨大的内存泄漏问题。

msxml3.dll 确实存在巨大内存泄漏吗?

I plan to write an application (win32 platform) for parsing the xml documents. For parsing the xml's, i plan to use the msxml3.dll (microsoft latest service pack library) but many forum described that this has an huge memory leak issue.

Is this really true that msxml3.dll has huge memory leak?

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

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

发布评论

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

评论(1

夏末染殇 2024-10-13 19:21:31

MSXML3 有自己的垃圾收集机制。如果您不了解此机制,那么 MSXML3 仅在垃圾收集器启动并回收资源之前“看起来”正在泄漏内存。请查看了解 MSXML 垃圾收集机制了解更多详细信息。

MSXML3 has its own garbage collection mechanism. If you don't know about this mechanism, MSXML3 only "appears" to be leaking memory before garbage collector kicks in and recycles resources. Please check Understanding the MSXML garbage collection mechanism for more details.

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