Distributed object: Difference between revisions

Content deleted Content added
m Reverted edits by 14.139.242.69 (talk) to last version by NewEnglandYankee
Cmeik (talk | contribs)
Add reference to Waldo's "A Note on Distributed Computing."
Line 10:
 
== Local vs Distributed Objects ==
Local and distributed objects differ in many respects.<ref>W. Emmerich (2000) Engineering distributed objects, John Wiley & Sons Ltd.</ref> <ref>Samuel C. Kendall, Jim Waldo, Ann Wollrath, and Geoff Wyant. 1994. A Note on Distributed Computing. Technical Report. Sun Microsystems, Inc., Mountain View, CA, USA.</ref> Here are some of them:
# Life cycle : Creation, migration and deletion of distributed objects is different from local objects
# Reference : Remote references to distributed objects are more complex than simple pointers to memory addresses