DCOM与SOAP的比较研究

Alexander Davis, Du Zhang
{"title":"DCOM与SOAP的比较研究","authors":"Alexander Davis, Du Zhang","doi":"10.1109/MMSE.2002.1181595","DOIUrl":null,"url":null,"abstract":"The simple object access protocol (SOAP) is a recent technology, which is aimed at replacing traditional methods of remote communications, such as the RPC-based Distributed Component Object Model (DCOM). Designed with the goal of increasing interoperability among a wide range of programs and environments, SOAP allows applications written in different languages and deployed on different platforms to communicate with each other over the network. While SOAP offers obvious benefits in the world of interoperability, it comes at the price of performance degradation and additional development efforts required for implementation of features missing from SOAP, such as security and state management. This paper reports the outcome of a comparative study of SOAP and DCOM in terms of features, development effort, and application performance. The results indicate that SOAP performance on a homogeneous platform is consistently worse than that of DCOM. Depending on the operation and amount of data transferred, SOAP performance degradation can range from minor (e.g. two or three times slower than DCOM) to major (e.g. twenty or more times slower). Based on lines of code statistics, SOAP application development effort should be slightly (/spl sim/10%) higher. If an application has to rely on the features such as state management or security, which are missing from SOAP, then SOAP implementation will require substantial design efforts and, in certain cases, may not be feasible at all. We recommend application developers to consider these issues when preparing to move their applications to SOAP.","PeriodicalId":201661,"journal":{"name":"Fourth International Symposium on Multimedia Software Engineering, 2002. Proceedings.","volume":null,"pages":null},"PeriodicalIF":0.0000,"publicationDate":"2002-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"27","resultStr":"{\"title\":\"A comparative study of DCOM and SOAP\",\"authors\":\"Alexander Davis, Du Zhang\",\"doi\":\"10.1109/MMSE.2002.1181595\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"The simple object access protocol (SOAP) is a recent technology, which is aimed at replacing traditional methods of remote communications, such as the RPC-based Distributed Component Object Model (DCOM). Designed with the goal of increasing interoperability among a wide range of programs and environments, SOAP allows applications written in different languages and deployed on different platforms to communicate with each other over the network. While SOAP offers obvious benefits in the world of interoperability, it comes at the price of performance degradation and additional development efforts required for implementation of features missing from SOAP, such as security and state management. This paper reports the outcome of a comparative study of SOAP and DCOM in terms of features, development effort, and application performance. The results indicate that SOAP performance on a homogeneous platform is consistently worse than that of DCOM. Depending on the operation and amount of data transferred, SOAP performance degradation can range from minor (e.g. two or three times slower than DCOM) to major (e.g. twenty or more times slower). Based on lines of code statistics, SOAP application development effort should be slightly (/spl sim/10%) higher. If an application has to rely on the features such as state management or security, which are missing from SOAP, then SOAP implementation will require substantial design efforts and, in certain cases, may not be feasible at all. We recommend application developers to consider these issues when preparing to move their applications to SOAP.\",\"PeriodicalId\":201661,\"journal\":{\"name\":\"Fourth International Symposium on Multimedia Software Engineering, 2002. Proceedings.\",\"volume\":null,\"pages\":null},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2002-12-11\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"27\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Fourth International Symposium on Multimedia Software Engineering, 2002. Proceedings.\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/MMSE.2002.1181595\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Fourth International Symposium on Multimedia Software Engineering, 2002. Proceedings.","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/MMSE.2002.1181595","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 27

摘要

简单对象访问协议(SOAP)是一项新技术,旨在取代传统的远程通信方法,如基于rpc的分布式组件对象模型(DCOM)。SOAP的设计目标是增加广泛的程序和环境之间的互操作性,它允许用不同语言编写并部署在不同平台上的应用程序通过网络相互通信。虽然SOAP在互操作性方面提供了明显的好处,但它的代价是性能下降,并且需要额外的开发工作来实现SOAP所缺少的功能,例如安全性和状态管理。本文报告了SOAP和DCOM在特性、开发工作和应用程序性能方面的比较研究的结果。结果表明,在同构平台上SOAP的性能始终比DCOM差。根据操作和传输的数据量,SOAP性能下降的范围可以从较小(例如比DCOM慢2到3倍)到较大(例如慢20倍或更多)。根据代码行统计,SOAP应用程序开发工作应该稍微高一些(/spl sim/10%)。如果应用程序必须依赖于SOAP所缺少的特性,如状态管理或安全性,那么SOAP实现将需要大量的设计工作,并且在某些情况下可能根本不可行。我们建议应用程序开发人员在准备将应用程序迁移到SOAP时考虑这些问题。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
A comparative study of DCOM and SOAP
The simple object access protocol (SOAP) is a recent technology, which is aimed at replacing traditional methods of remote communications, such as the RPC-based Distributed Component Object Model (DCOM). Designed with the goal of increasing interoperability among a wide range of programs and environments, SOAP allows applications written in different languages and deployed on different platforms to communicate with each other over the network. While SOAP offers obvious benefits in the world of interoperability, it comes at the price of performance degradation and additional development efforts required for implementation of features missing from SOAP, such as security and state management. This paper reports the outcome of a comparative study of SOAP and DCOM in terms of features, development effort, and application performance. The results indicate that SOAP performance on a homogeneous platform is consistently worse than that of DCOM. Depending on the operation and amount of data transferred, SOAP performance degradation can range from minor (e.g. two or three times slower than DCOM) to major (e.g. twenty or more times slower). Based on lines of code statistics, SOAP application development effort should be slightly (/spl sim/10%) higher. If an application has to rely on the features such as state management or security, which are missing from SOAP, then SOAP implementation will require substantial design efforts and, in certain cases, may not be feasible at all. We recommend application developers to consider these issues when preparing to move their applications to SOAP.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信