网站制作

本类阅读TOP10

·IIS 安装配置全攻略
·用VS.NET打开网上下载的.NET web项目出错的解决办法
·HTML 4.0 语言快速参考
·限制TextArea区的文字输入数量
·如何在网页上实现进度条
·Apache的配置步骤及测试
·谈谈Jesse James Garrett提到的Ajax
·html基础学习笔记(2)
·页面垂直居中的两种方法
·用asp遍历目录下文件的例子

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
Inside MSXML Performance(MSXML性能分析) (7)

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

小结

The XML team at Microsoft has done some great work to improve the performance of the MSXML parser over the last three releases. They made a major improvement to the scalability of MSXML for the Windows 2000 release, as described at the end of Charlie Heinemann's article "What's New in XML for Microsoft Windows 2000." They added new interfaces in the MSXML January 2000 Web Release that allow caching of schemas and XSL templates. The Web Release also includes some important work to improve the memory management of XSL transformations, so that they scale better on the server.

MicrosoftXML小组在过去的三版MSXML解析器中作了大量的工作来提升性能。他们在Windows 2000版中大大提升了MSXML的伸缩性,正如在Charlie Heinemann"What's New in XML for Microsoft Windows 2000"一文最后提到的那样。他们在MSXML January 2000 Web版中添加了新的接口用来缓存schemaXSL模板。该版本还包含了对XSL转换的内存管理十分重要的一些改进,使得能够在服务器上有更好的伸缩性能。

I ran out of time in this article to explore the new features. If there's enough interest, perhaps I'll do a follow up article on them. The C++ source code used to get the performance numbers in this article and the same data is included in the xmlperf.exe file that accompanies this article.

以上就是对MSXML一些新的性能的探讨。如果大家有兴趣,我可能会有后续的文章继续讨论这个问题。在本文中用来做性能测试的C++源代码和使用的样本文件都包含在与本文配套的xmlperf.exe文件之中[SL1] 


 [SL1]The link is not available




相关文章

相关软件