Distributed object: Difference between revisions

Content deleted Content added
No edit summary
tidy / style
Line 1:
'''Distributed objects''' are [[software|Software]] modules that are designed to work together, but reside in multiple [[computer]] systems throughout thean organization. A program in one machine sends a message to an object in a remote machine to perform some processing. The results are sent back to the calling machine.
 
See also [[Internet protocol suite]].
 
== Examples ==
Distributed objects are used in [[Java RMI]].
 
[[CORBA]] lets usone build distributed mixed object systems.
 
[[Component_Object_Model|DCOM]] is a framework for distributed objects on Microsoft platform.
Line 11 ⟶ 12:
[[DDObjects]] is a framework for distributed objects using Borland Delphi.
 
[[Pyro]] is a framework for distributed objects using the [[Python programming language]].
 
[[dRuby]] is a framework for distributed objects using the [[Ruby programming language]].
 
{{Comp-sci-stub}}