|
| This Article | ||
| ||
| Share | ||
| Bibliographic References | ||
| Add to: | ||
| | ||
| Search | ||
| ||
Seventh ACIS International Conference on Software Engineering, Artificial Intelligence, Networking, and Parallel/Distributed Computing (SNPD'06)
Improvement of Object Serialization in Java Remote Method Invocation
Las Vegas, Nevada
June 19-June 20
ISBN: 0-7695-2611-X
| ASCII Text | x | ||
| Hei Ning Helen Ma, Lan Yang, "Improvement of Object Serialization in Java Remote Method Invocation," Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing, International Conference on & Self-Assembling Wireless Networks, International Workshop on, pp. 35-42, Seventh ACIS International Conference on Software Engineering, Artificial Intelligence, Networking, and Parallel/Distributed Computing (SNPD'06), 2006. | |||
| BibTex | x | ||
| @article{ 10.1109/SNPD-SAWN.2006.44, author = {Hei Ning Helen Ma and Lan Yang}, title = {Improvement of Object Serialization in Java Remote Method Invocation}, journal ={Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing, International Conference on & Self-Assembling Wireless Networks, International Workshop on}, volume = {0}, year = {2006}, isbn = {0-7695-2611-X}, pages = {35-42}, doi = {http://doi.ieeecomputersociety.org/10.1109/SNPD-SAWN.2006.44}, publisher = {IEEE Computer Society}, address = {Los Alamitos, CA, USA}, } | |||
| RefWorks Procite/RefMan/Endnote | x | ||
| TY - CONF JO - Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing, International Conference on & Self-Assembling Wireless Networks, International Workshop on TI - Improvement of Object Serialization in Java Remote Method Invocation SN - 0-7695-2611-X SP35 EP42 A1 - Hei Ning Helen Ma, A1 - Lan Yang, PY - 2006 KW - null VL - 0 JA - Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing, International Conference on & Self-Assembling Wireless Networks, International Workshop on ER - | |||
In Java Remote Method Invocation (RMI) objects are serialized before being sent over the wire. JDK object serialization causes overheads due to verbose data in the serialized object, dynamic type checking, and so on. JavaParty project [2] reduces RMI overheads by eliminating redundant data in the serialized object, using explicit marshaling, slim type encoding, etc. Both serialization mechanisms are designed for arbitrary objects. In this paper, we pursue a new mechanism, based on the merits of JavaParty serialization, to serialize homogeneous data structures, i.e. data structures of identical element types. Simulation studies are conducted to evaluate the performance of JDK, Java Party and our proposed serialization mechanism. Our serialization mechanism yields the best performance in terms of these data structures.
Citation:
Hei Ning Helen Ma, Lan Yang, "Improvement of Object Serialization in Java Remote Method Invocation," snpd-sawn, pp.35-42, Seventh ACIS International Conference on Software Engineering, Artificial Intelligence, Networking, and Parallel/Distributed Computing (SNPD'06), 2006
Usage of this product signifies your acceptance of the Terms of Use.
