Distributed object: Difference between revisions

Content deleted Content added
No edit summary
m Reverted edits by 14.139.242.69 (talk) to last version by NewEnglandYankee
Line 1:
[[File:Distributed object communication.png|thumb|Image describes communication between distributed objects residing in different machines.]]
 
The term '''distributed objects''' usually refers to [[software module]]s{{disambiguation needed|date=April 2014}} that are designed to work together, but reside either in multiple [[computer]]s connected via a [[Computer network|network]] or in different [[Process (computing)|processes]] inside the same computer. One object sends a message to another object in a remote machine or process to perform some task. The results are sent back to the calling object.fudi
 
The term may also generally refer to one of the extensions of the basic [[object (computer science)|object]] concept used in the context of distributed computing, such as ''replicated objects'' or ''live distributed objects''.