|
Published Articles >> Table of Contents >> Abstract
IEEE Fourth International Symposium on Multimedia Software Engineering (MSE'02)
p. 48
A Comparative Study of DCOM and SOAP
Alexander Davis, Intel Corporation
Du Zhang, California State University at Sacramento
Full Article Text:
 
DOI Bookmark: http://doi.ieeecomputersociety.org/10.1109/MMSE.2002.1181595
Send link to a friend
| Abstract |
|
Simple Object Access Protocol (SOAP) is a recent technology, which aims at replacing traditional methods of remote communications, such as RPC-based Distributed Component Object Model (DCOM). Being designed with a goal of increasing interoperability among wide range of programs and environment, 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 a 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 the 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 (~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.
|
Additional Information
|
Index Terms- distributed computing, DCOM, SOAP, performance analysis
Citation:
Alexander Davis, Du Zhang,
"A Comparative Study of DCOM and SOAP,"
mse,
p. 48,
IEEE Fourth International Symposium on Multimedia Software Engineering (MSE'02),
2002
|
|