Portable object (computing): Difference between revisions

Content deleted Content added
m moved Portable object to Portable object (computing): Adding context to article title. A "portable object" could be a banana, a watering-can...
article lacks references
Line 1:
{{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.