Portable object (computing): Difference between revisions

Content deleted Content added
article lacks references
Legobot II (talk | contribs)
m Date maintenance tags
Line 1:
{{Unreferenced|date=January 2009}}
{{unreferenced}}
In [[distributed programming]], a '''portable object''' is an [[object (computer science)|object]] which can be accessed through a normal [[method (computer science)|method]] call while possibly residing in memory on another [[computer]]. It is [[portability|portable]] in the sense that it moves from machine to machine, irrespective of [[operating system]] or [[computer architecture]]. This mobility is the end goal of many [[remote procedure call]] systems.