Distributed object: Difference between revisions

Content deleted Content added
m clean up using AWB
Dianoetic (talk | contribs)
m Local vs Distributed Objects: spelling corrections
Line 8:
# 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 pointer to memory address.
# Request Latency : A distributed objects request is orders of maginitudemagnitude slower than local method invocation.
# Object Activation : Distributed objects may not always be advailableavailable to serve and object request at any point in time.
# Parallelism : Distributed object may be executed in parallel.
# Communication : there are different communication primitive available for distributed objects requests.