comp.lang.ada
 help / color / mirror / Atom feed
* Re: Moving Objects
@ 1989-08-30 15:39 S Muralidharan
  1989-08-30 22:46 ` Tim King
  0 siblings, 1 reply; 2+ messages in thread
From: S Muralidharan @ 1989-08-30 15:39 UTC (permalink / raw)



Johnson writes:

>Distributed programmers often want to move objects to increase
>efficiency and reliability.  Objects are moved to be close to
>the machine that is using them, and to get off of a machine that
>is going down.  This has nothing to do with reusability or
>object-oriented doctrine.

I believe concerns of software reusability definitely play a crucial
role in determining what is efficient and what is not, in a distributed
system. Consider the following argument.

The efficiency of moving an object depends, for example, on some of the
following factors: the representation of the object, the distribution
of the sub-objects of the object, the sizes of the object/sub-objects,
and the hardware architecture. (Note: a sub-object may have sub-objects.)

If software reusability based on the specifications of objects is a
concern, neither the developer of an object nor a client can make
an independent decision on what to move or how to move, or how much to move,
to achieve optimal efficiency. Whatever the reasons for object movement,
they will certainly be influenced by the concerns of specification-based
software reusability.

Though I do not know the issues in distributed system reliability, I can
believe that reliability need not necessarily be achieved through
object movement.

Cheers,

Murali

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1989-08-30 22:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1989-08-30 15:39 Moving Objects S Muralidharan
1989-08-30 22:46 ` Tim King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox