Msxml3 - 内存泄漏
我计划编写一个应用程序(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.